Authentication
Last updated
Last updated
To make API calls on PEZESHA, you’ll have to pass a Bearer Token
To generate a token you simply
Request credentials from PEZESHA (Client ID, Client Name & Client Secret)
Make API call to {{BASE_URL}}/oauth/token
passing in your API Credential. Doesn't have mfi prefix
You'll be authenticated and receive a token to process further API calls
POST
{{https://api.pezesha.com or https://dev.api.pezesha.com}}/oauth/token
Use this endpoint to generate an JWT to be used for authentication in further API calls
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Content-Type
string
Default (application/x-www-form-urlencoded)
grant_type
string
Default (client_credentials)
provider
string
Default (users)
client_secret
string
Provided by Pezesha
client_id
string
Provided by Pezesha