Check Client Tags
PostRequiere autenticaciónBeta
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.
Endpoint
Post
/partners/client-tags/checkURL Base: https://api.derivws.com
Códigos de Estado
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.
Requiere autenticación
Este endpoint requiere un token Bearer. Al autenticarse con un Token de Acceso Personal (PAT), el encabezado
Deriv-App-ID es obligatorio para identificar su aplicación (Authentication). Alcance OAuth2: application_readAcerca de Check Client Tags
El endpoint 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.
¿Alguna otra pregunta? Póngase en contacto