Get Token by Client ID and Client Secret
Last modified on: Aug 6, 2020
Type & Endpoint
Method | POST |
---|---|
Endpoint | /api/user/token |
Headers
Key | Value |
---|---|
App-Name | The Name Of Your App |
Authorization | Bearer {JWT-TOKEN-STRING} |
- The value of "Authorization" is "Basic " plus base64 encoded string of your "client id" and "client secret"
- The value of the "App-Name" is the name of your application that you use when installed Ezpizee app