You need a Sandbox Platform to get started. If you do not already have a Sandbox Platform, reach out to your Teal contact or
visit the Teal home page to get in touch.
Create a developer account
Once you have a Sandbox Platform, visit the Developer Portal and create an account using your company email address.
Generate your API token
You can generate and manage API tokens from within the Developer Portal.API tokens are scoped to one of two API environments:
- Sandbox Platforms:
https://api.sandbox.teal.dev - Production Platforms:
https://api.teal.dev
Authentication: Bearer <token>
HTTP header.Make a test API call
Test that you are setup correctly by making a test call to the Retrieve Platform endpoint.Run the following cURL command in your client and replace If successful, you should see a response that looks like the following:
<API token> with your API token: