Integrate With The Matatika API
Time required: 2 minutes
Prerequisites
You must have already:
- Signed up for a Matatika account
- Created a workspace through the Matatika app or API
Introduction
To integrate with the Matatika API you will want to take advantage of our API clients. With an API client you will be able to refresh access tokens when you need them.
Steps
- Go to the Matatika app, and into a workspace.
- Click you profile picture in the top right, and click
API Keysin the drop down.
On Matatika Cloud
- Click
+ NEW TOKEN, provide a name and clickCREATE. Make note of theClient IDandClient secret.
Using these credentials you can now call our Auth0 IDP and get an access token when required.
Next you can follow this Auth0 guide - Call Your API Using the Client Credentials Flow
In the requests you will need to use our:
- URL :
https://identity.matatika.com/oauth/token - Audience :
https://app.matatika.com/api
Now you have your developer token you can follow our next how-to guide: