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 

Create API Tokens

2min
POST

This endpoint will create a new API token for immediate use. All your tokens are linked to the same account, and have the same permissions. (You can also create Sandbox tokens that allow you to use the same production system for your integration testing, it just will request data from our sandbox database instead of our production database without counting the API requests towards your plan contingent.)

AUTHENTICATION
Authorization
string
Bearer
QUERY PARAMETERS
is_sandbox
boolean

If true, it will create a sandbox token that only has access to testing data.

RESPONSES
201
Created
TokenResponse
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
TokenResultEntity[]
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 API Tokens
NEXT
Delete API Tokens
Docs powered by archbee