Rekamedika Docs
OAuth2 OIDC

GET /token

GET
/api/auth/token

Get a JWT token

Response Body

application/json

curl -X GET "https://example.com/api/auth/token"
{  "token": "string"}

Is this page helpful?