Skip to main content
GET
/
2025-04
/
account
Get the current logged-in account
curl --request GET \
  --url https://pullrule.com/api/2025-04/account \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "name": "<string>",
    "profile_photo_url": "<string>",
    "created_at": 123
  }
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Organisation

data
Organisation · object
required