Check Client Tags
PostAutenticação necessáriaBeta
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.
Autenticação Necessária
Este endpoint requer um token Bearer. Ao autenticar com um Personal Access Token (PAT), o cabeçalho
Deriv-App-ID é obrigatório para identificar a sua aplicação (Authentication). Âmbito OAuth2: application_readAcerca de Check Client Tags
O 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.
Alguma outra questão? Entrar em contacto