Before you start
Create an API key in the Mission Control Portal and review the authentication guidance. Do not paste the key into a shared request, collection, or workspace.Configure a local environment
- In Postman, create or select a local environment.
- Add a variable named
TELNYX_API_KEY. - Set the variable type to Secret and enter your API key as its current value.
- Save the environment and select it for the request.
Send a read-only request
- Create a
GETrequest tohttps://api.telnyx.com/v2/balance. - Open the Authorization tab and select Bearer Token.
- Enter
{{TELNYX_API_KEY}}as the token. - Add an
Accept: application/jsonheader. - Select Send.
Treat the API reference as the source of truth for current endpoints, parameters, and response schemas. Review imported or saved Postman requests against the reference before using them in an integration.