P
P
PEZESHA APIs
Search
K
Comment on page

Authentication

To make API calls on PEZESHA, you’ll have to pass a Bearer Token To generate a token you simply
  1. 1.
    Request credentials from PEZESHA (Client ID, Client Name & Client Secret)
  2. 2.
    Make API call to {{BASE_URL}}/oauth/token passing in your API Credential. Doesn't have mfi prefix
  3. 3.
    You'll be authenticated and receive a token to process further API calls
Authentication Format
Authorization: Bearer {token}
post
{{https://api.pezesha.com or https://dev.api.pezesha.com}}
/oauth/token
AUTH Token