Skip to Content
DocsPlatform managementAuthentication

Authentication

Most of the MATTR VII endpoints are protected and require providing a bearer access token when making a request. Before you can make any API requests to a protected endpoint, you must complete authentication by obtaining an access token from our authentication provider.

Whenever you create a tenant or a client for an existing tenant (either via an API request or via the MATTR Portal), you will receive a set of credentials that you will use to obtain an access token. These credentials are unique to the client, the tenant and the roles and permissions assigned to the client when it was created.

Client 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**********************************************************" }

If you do not have these details available or have any questions, please contact us.

Additional resources

Creating tenants

Creating clients

Last updated on