GET /user/subscription_tokens/{provider}

Get one provider's subscription token.

MethodPath
GET/v1/user/subscription_tokens/{provider}

`configured` is false when nothing is saved. The token itself is never returned, only `token_last4`.

Path parameters

providerenumrequired

Named for the harness the token drives, not the vendor behind it: a developer connects "my Claude subscription", and the path segment they type is `claude`.

one ofclaudecodex
curl "https://api.ellipsis.dev/v1/user/subscription_tokens/{provider}" \
  -H "Authorization: Bearer $ELLIPSIS_API_KEY"

Request

Response

Example response · 200
{
"configured": false,
"enabled": false,
"provider": "claude",
"token_last4": "string"
}

On this page

No Headings
Schedule a demo