Check Client Tags
PostAuth requiredBeta
Checks whether the supplied client IDs are tagged directly to the authenticated partner. Send up to 100 IDs in one call and receive a tag result for each, alongside the number checked and the number tagged.
This Beta API may change
Changes to this API may break your integration. Check the documentation regularly and update your integration as needed.
Endpoint
Post
/partners/client-tags/checkBase URL: https://api.derivws.com
Status Codes
200OK - Tag status for every client ID in the request.
400Bad request - client_ids is missing, or is not an array of strings.
401Unauthorized - Missing or invalid Bearer token.
403Forbidden - Valid token but insufficient scope (application_read scope required).
404Partner not found - No partner matches the authenticated user.
422Validation error - client_ids is empty or carries more than 100 entries.
500Internal server error - Server-side error.
502Bad gateway - The tagging service did not answer, so tag status is unknown. Retry the request.
504Gateway timeout - The service did not respond in time.
Authentication Required
This endpoint requires a Bearer token. When authenticating with a Personal Access Token (PAT), the
Deriv-App-ID header is required to identify your application (Authentication). OAuth2 Scope: application_readAbout Check Client Tags
The POST /partners/client-tags/check endpoint: Checks whether the supplied client IDs are tagged directly to the authenticated partner. Send up to 100 IDs in one call and receive a tag result for each, alongside the number checked and the number tagged.
Any other questions? Get in touch