Skip to main content
POST
/
v2
/
register
/
telynx
Telnyx Register
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"
}

Authorizations

api_key
string
header
required

Headers

Company-Name
string
required

Schema name for multi-tenancy

Body

application/json
telnyx_api_key
string
required

Your Telnyx API key used for authentication

Response

Telnyx API key registered successfully

success
boolean
Example:

false

errors
string[]
Example:
[]
response
string

Response content, such as the company name

Example:

"voizerfreeaccount"

message
string

Response message

Example:

"Telnyx API key updated successfully"