External API
Intoduction
Authentication – Generate Authorization Token
POST https://api.pensasystems.net/extapi/v2/auth-token{ "client_id": "your-client-id", "client_secret": "your-client-secret", "grant_type": "client_credentials" }{ "access_token": "<jwt-token>", "token_type": "Bearer", "expires_in": 3600 }
Last updated
Was this helpful?