website logo
Navigate through spaces
⌘K
Getting Started
Overview
Creating Your Account
Testing sanctions.io
Implementation
Implementation Guide
Best Practices
API Reference
Authorization & API Version
API Endpoints
Solutions
Manual Batch Screening
Sanctions Screening for SAP®
Sanctions Screening for BigID®
Integrating with Low-Code Tools
Changelog
Resources
FAQs
Sanctions & Watchlists
Legal Documents
Customer Support
Docs powered by
Archbee
API Reference
...
API Endpoints
Backoffice

Manage Subscriptions

2min
GET
This endpoint provides information on the status of your subscriptions.
AUTHENTICATION
Authorization
Bearer
Bearer
QUERY PARAMETERS
is_sanctions
string
Example: True

Filter by plans that are for Transaction screening. (only available after version 2.1)

is_pep
string
Example: true

Filter by plans that are for PEP screening. (only available after version 2.1)

is_active
string
Example: true

Filter by plans that are adtive. (only available after version 2.1)

RESPONSES
200
OK
PlansResponse
count
integer
total number or records in the result
next
string
url to fetch the next page of results if any
previous
string
url to fetch the previous page of results if any
results
PlanResultEntity[]
401
Error message when there is no token provided.
Error401
detail
string
Error reason
403
Error message when you don't have the appropriate plan.
Error403
detail
string
Error reason




PREVIOUS
List Programs
NEXT
List Screenings
Docs powered by
Archbee