POST /user/subscription_tokens/{provider}/verify

Verify the stored token by using it.

MethodPath
POST/v1/user/subscription_tokens/{provider}/verify

Makes one minimal call on the exact runtime path, so a pass proves the token is what will pay. This is the gate on routing: success enables the token, failure disables it, so verifying a revoked token is how you stop it routing. A 200 with `ok: false` is the normal way a bad token is reported — it is an answer, not a transport failure.

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 -X POST \
  "https://api.ellipsis.dev/v1/user/subscription_tokens/{provider}/verify" \
  -H "Authorization: Bearer $ELLIPSIS_API_KEY"

Request

Response

Example response · 200
{
"message": "string",
"ok": false
}

On this page

No Headings
Schedule a demo