API Reference
Authorization Requests
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
client_idstringRequired
response_typestringRequired
redirect_uristringRequired
scopestringRequired
code_challengestringRequired
code_challenge_methodstringRequired
statestringOptional
Responses
200
Get application and user OAuth2 data.
No content
400
Bad request.
401
JWT is missing or invalid.
404
Unknown Application
get
/authorize/No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
client_idstringRequired
response_typestringRequired
redirect_uristringRequired
scopestringRequired
code_challengestringRequired
code_challenge_methodstringRequired
statestringOptional
Body
authorizebooleanRequired
Responses
200
Submit Authorization data.
No content
400
Bad request.
401
JWT is missing or invalid.
post
/authorize/No content
Token Requests
User data requests (v1, deprecated)
This will be deprecated, please use the V2 User APIs. Click here to access the V2 docs.
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