Skip to main content
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

Default Response

name
string
description
string | null
pfp
string | null
verified
boolean
developer
string | null