API Reference
Complete API documentation and reference
Get public info for a client by client_id
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 }
API Key
Default Response
The response is of type object.
object
Was this page helpful?