cURL
curl --request GET \ --url https://api.agentpowers.ai/v1/auth/me \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "email": "<string>", "display_name": "<string>", "github_username": "<string>" }
Get current user 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
Was this page helpful?