Get a JWT token
Get a JWT token for use with the Pier API by passing in a valid client_id
/secret
in the body
Request
This endpoint expects an object.
client_id
Your Pier API client ID
secret
Your Pier API client secret
Response
This endpoint returns an object.
token
A JWT token to use with the Pier API (24h expiration)
Errors
401
Unauthorized Error
429
Rate Limit Error
500
Server Error