curl --request GET \
  --url https://app-api.spikeapi.com/v3/userinfo \
  --header 'Authorization: Bearer <token>'
{
  "application_id": 123,
  "application_user_id": "<string>",
  "compat_application_client_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "compat_application_client_token": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "created_at": "2023-11-07T05:31:56Z",
  "integrated_providers": [
    {
      "created_at": "2023-11-07T05:31:56Z",
      "is_integration_broken": true,
      "provider_integration_id": 123,
      "provider_slug": "strava"
    }
  ],
  "uid": "3a0ab8ef-7590-47ae-8b2c-e064bc504896"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

OK

The response is of type object.