API Reference
Last updated
Last updated
Content-Type must be application/x-www-form-urlencoded
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
https://api.matrica.io/oauth2/user/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
https://api.matrica.io/oauth2/user/telegram
GET
https://api.matrica.io/oauth2/user/telegram
/authorize/
No body