Authenticates your account credentials and returns a Bearer token required for all subsequent API requests. Include this token in the Authorization: Bearer <token> header on every call. Tokens expire and must be refreshed. Use the optional ApiEndpoint field to scope a token to a specific endpoint URL for tighter security.
Documentation Index
Fetch the complete documentation index at: https://docs.telegent.com/llms.txt
Use this file to discover all available pages before exploring further.
Your account key (e.g., DID-DID-1234567ab-1a2b-3cd4-...-...........)
"DID-1234567ab-1a2b-3cd4-...-..........."
Your account secret key
"abcdeABCdef..."
The specific API endpoint URL this token will be scoped to. Each token is scoped to a single endpoint for security.
"https://api.telegent.com/v1.0/numbers/provision"
Success — returns the Bearer token and expiry timestamp
The response is of type object.