Authentication
Before you can make any API requests to your MATTR VII tenant, you must complete authentication by obtaining an access token from our authentication provider.
As part of your onboarding process you should have received an e-mail with the following access credentials:
Access credentials
{
"audience": "https://learn.vii.au01.mattr.global",
"auth_url": "https://auth.au01.mattr.global",
"tenant_url": "https://learn.vii.au01.mattr.global",
"client_id": "2qPIfSHqWyQfShvWc3LmsKIXqPWgMjWT",
"client_secret": "xfVQi**********************************************************"
}
audience
: Your audience URL. You will use it when you obtain an access tokenauth_url
: Your authentication URL. You will make a request to this URL to obtain an access token.tenant_url
: Your tenant url. You will use this when making any requests to your tenant.client_id
: Your client identifier. You will use it when you obtain an access token.client_secret
: Your client secret. You will use it when you obtain an access token.
If you have not received these details or have any questions, please contact us.