Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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>" } '
{}
1
OAuth client registered.
The response is of type object.
object