# OAuth2 API Reference V2

{% hint style="info" %}
Use the user's OAuth2 access token to make these calls.

In the HTTP request header: `Authorization: Bearer xxxx` where `xxxx` is the access token
{% endhint %}

Full Swagger documentation can be found at <https://api.matrica.io/oauth2/docs>

NPM package (TS): <https://www.npmjs.com/package/@matrica/oauth-sdk>
