Secure token registration API guide with private mode and encryption settings
Content-Type: application/json
for POST requests, if the request fails, use text/plain
instead.tokenA
, tokenB
, tokenC
tokenA
, tokenC
, tokenD
tokenA
, tokenB
, tokenC
, tokenD
Error Code | HTTP Status | Description |
---|---|---|
invalid_payload | 400 | Missing request payload or format error |
invalid_path | 400 | Unsupported HTTP method |
invalid_project | 400 | Missing project ID or invalid API key |
internal_server_error | 500 | Internal server error |
Error Code | HTTP Status | Description |
---|---|---|
invalid_token_id | 400 | Missing token ID, empty value, or not an array |
invalid_token_id_format | 400 | Token ID format rule violation |
invalid_token_id_length | 400 | Token ID length outside 8-64 character range |
request_token_limit_exceeded | 400 | Request token count limit exceeded (100) |
token_limit_exceeded | 400 | Project token total count limit exceeded (5,000) |
Content-Type: application/json
causes an error, set the header to text/plain
instead.