Loading…
Loading…
Every endpoint, grouped by domain. Each example shows a real request and the response you get back.
The person or bot the credential acts as.
/v1/meThe account this credential acts as.users:readThis endpoint takes no parameters.
Request
Authorization: Bearer dbty_live_pk_••••3f9a
Response
{
"id": "string",
"handle": "string",
"displayName": "string",
"avatarUrl": "string",
"bannerUrl": "string",
"bio": "string",
"location": "string",
"links": [
{
"label": "string",
"url": "string"
}
],
"fields": [
{
"label": "string",
"value": "string"
}
],
"isBot": false,
"isPlus": false,
"joinedAt": "string"
}