Skip to main content
GET
/
v1
/
oauth2
/
register
/
{client_id}
Get Client
curl --request GET \
  --url https://api.spairehq.com/v1/oauth2/register/{client_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.spairehq.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

You can generate a Personal Access Token from your settings.

Path Parameters

client_id
string
required

Response

Successful Response