Authorization
Body
phonestringRequiredExample:
Phone number registered in EBC. Format like 49XXXXXXXXX (no '+'). UA keys generation is currently not supported.
498213437654Responses
200
Test API key created or returned
application/json
apiKeystringRequiredExample:
Test API key for Stage usage only.
99dde7bdce11414efc2f1c10ddbfd42da8ce4bf2createdAtstring · date-timeRequiredExample:
2025-08-27T08:03:02.000000ZexpDatestring · date-timeRequiredExample:
2026-08-29T23:59:59.000Zstatusstring · enumRequiredExample:
ActivePossible values: 400
Validation error
application/json
404
Client not found in EBC
application/json
409
Multiple matching clients found in EBC
application/json
429
Daily limit exceeded for this user (one request per day)
application/json
503
Connection time-out
application/json
post
/test-api-keysQuery parameters
apiKeystringRequired
To utilize this method, a personal API key is required.
Responses
200
JWT-token
application/json
jwtstring · jsonOptionalExample:
Personal JWT-token, expires after one hour to prevent any fraud, requiring a new request to generate a fresh token.
eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJucCIsImlhdCI6MTY4NTYyNzQxNCwiZXhwIjoxNjg1NjMxMDE0LCJjaWQiOiI1YzQxMmUzYS01ODY4LTQ4YjktYTYwYS0wZTAzOTI4NGVjNDYiLCJyZWYiOiI2NDI0NmRkMzg0ZWI3Yzg2MmMwMzg3YzAifQ.MmhM9rHCYItjA5a7B9PtrdKUKRiHhN43UotWKtKjt78401
Unauthorized
application/json
422
Validation error
application/json
503
Connection time-out
application/json
get
/clients/authorizationLast updated