Skip to main content
GET
/
v1
/
auth
/
status
Get auth status
curl --request GET \
  --url https://api.trydocent.com/v1/auth/status \
  --header 'Authorization: Bearer <token>'
{
  "agentId": "<string>",
  "addresses": {
    "ethereum": "0x1234...abcd"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.trydocent.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key in the format dk_live_.... Pass as Authorization: Bearer dk_live_...

Response

200 - application/json

Auth status

agentId
string
required

Authenticated API agent ID

addresses
object
required