Skip to main content
POST
/
oauth
/
register
Register an OAuth client dynamically
curl --request POST \
  --url https://api.peel.sh/oauth/register \
  --header 'Content-Type: application/json' \
  --header 'Key: <api-key>' \
  --data '
{
  "redirect_uris": [
    "<string>"
  ],
  "client_name": "<string>"
}
'
{}

Authorizations

Key
string
header
required

Body

application/json
redirect_uris
string<uri>[]
required
Minimum array length: 1
client_name
string

Response

OAuth client registered.

The response is of type object.