Skip to main content
POST
/
oauth
/
token
Exchange an authorization code or refresh token
curl --request POST \
  --url https://api.peel.sh/oauth/token \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'Key: <api-key>'
{}

Authorizations

Key
string
header
required

Body

The body is of type object.

Response

OAuth token response.

The response is of type object.