Skip to main content
GET
/
me
Current user profile
curl --request GET \
  --url https://api.pickupbell.com/me \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "email": "jsmith@example.com",
    "full_name": "<string>",
    "phone": "<string>",
    "avatar_url": "<string>"
  }
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

Location-scoped API token from Settings → API & MCP.

Response

Profile

data
object