Register via bot signup
Creates a freemium Telnyx account through the agentic signup flow. The request must carry a valid answer to a previously issued bot challenge (bot_challenge_nonce and bot_challenge_answer), accept the terms of service, and echo the exact terms-and-conditions and privacy-policy URLs returned by the challenge endpoint. When EU consent enforcement is enabled, terms_of_service_eu and terms_and_conditions_eu_url are also required. On success a one-time sign-in (magic) link is emailed to the address provided; if the email address belongs to an existing account, a sign-in link is sent instead of creating a duplicate account. email may only be omitted when placeholder-email registration is enabled server-side. This endpoint is public and unauthenticated, gated by the freemium feature flags and per-country availability, and subject to per-IP and per-domain registration limits.
Body
Must be true to accept the terms of service.
true true
Must exactly match the terms-and-conditions URL returned by the challenge endpoint.
"https://telnyx.com/terms-and-conditions-of-service"
Must exactly match the privacy-policy URL returned by the challenge endpoint.
"https://telnyx.com/privacy-policy"
Nonce from a previously issued bot challenge.
"c6feda4e-6501-4db9-a21f-665e5b4ce2ba"
Answer to the issued bot challenge.
"35"
Email address for the new account. The magic link is sent here. May only be omitted when placeholder-email registration is enabled server-side.
"agent-owner@example.com"
EU terms-of-service acceptance. Required when EU consent enforcement is enabled.
true true
EU terms-and-conditions URL. Required when EU consent enforcement is enabled.
"https://telnyx.com/terms-and-conditions-of-service-eu"
Response
Registration accepted and a magic link emailed.