GET
/
api
/
v1
/
auth
/
oauth
/
client
cURL
curl --request GET \
  --url https://api.drip.re/api/v1/auth/oauth/client \
  --header 'Authorization: Bearer <token>'
{
  "name": "<string>",
  "description": null,
  "pfp": null,
  "verified": true,
  "developer": null
}

Authorizations

Authorization
string
header
required

API Key

Query Parameters

client_id
string
required

Response

200
application/json

Default Response

The response is of type object.