API Reference

Authorization Requests

Token Requests

Content-Type must be application/x-www-form-urlencoded

User data requests

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

Get OAuth2 user verified email

GET https://api.matrica.io/oauth2/user/email

Returns the user data including their verified email. If the user doesn't have a verified email. this will null.

Get OAuth2 user telegram.

GET https://api.matrica.io/oauth2/user/telegram

Last updated