mATRIC API for managing users, agents, and third-party apps.
License MIT
mATRIC API for managing users, agents, and third-party apps.
curl -i -X POST \
https://matric-docs.redocly.app/_mock/openapi/token \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-d grant_type=string \
-d username=null \
-d password=null \
-d scope=
{ "access_token": null, "token_type": null, "expires_in": null }