Auth

Get a JWT token

POST

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
stringRequired
Your Pier API client ID
secret
stringRequired
Your Pier API client secret

Response

This endpoint returns an object
token
string
A JWT token to use with the Pier API (24h expiration)

Errors