cURL
curl --request GET \ --url https://api.agentpowers.ai/v1/users/profile \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "email": "<string>", "display_name_slug": "<string>", "display_name": "<string>", "github_username": "<string>", "joined_at": "<string>", "bio": "<string>", "website_url": "<string>", "github_url": "<string>", "linkedin_url": "<string>", "twitter_url": "<string>", "avatar_url": "<string>", "account_status": "<string>", "deletion_scheduled_at": "<string>" }
Return current user’s profile.
Provide a Clerk JWT or a long-lived CLI token (prefix ap_cli_). Pass as Authorization: Bearer <token>.
ap_cli_
Authorization: Bearer <token>
Successful Response
Response body for profile endpoints.
Was this page helpful?