cURL
curl --request POST \ --url https://app.closerx.ai/api/v2/register/telynx/ \ --header 'Company-Name: <company-name>' \ --header 'Content-Type: application/json' \ --header 'api_key: <api-key>' \ --data ' { "telnyx_api_key": "<string>" } '
{ "success": false, "errors": [], "response": "voizerfreeaccount", "message": "Telnyx API key updated successfully" }
Registers the Telnyx API key for the current company/tenant.
Schema name for multi-tenancy
Your Telnyx API key used for authentication
Telnyx API key registered successfully
false
[]
Response content, such as the company name
"voizerfreeaccount"
Response message
"Telnyx API key updated successfully"