Check Client Tags
PostAuthentification requiseBêta
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.
Point de terminaison
Post
/partners/client-tags/checkURL de base : https://api.derivws.com
Codes de statut
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.
Authentification requise
Cet endpoint nécessite un token Bearer. Lors de l'authentification avec un Personal Access Token (PAT), l'en-tête
Deriv-App-ID est requis pour identifier votre application (Authentication). Portée OAuth2 : application_readÀ propos de Check Client Tags
Le point de terminaison POST /partners/client-tags/check : 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.
D'autres questions ? Nous contacter