For the complete documentation index, see llms.txt. This page is also available as Markdown.

Plans

Your site's plans.

List plans

get

Returns the API key's site active (non-archived) plans, ordered by id and paginated with an opaque cursor.

Authorizations
AuthorizationstringRequired

Opaque Admin API key, prefixed with ms_admin_. Pass it as Authorization: Bearer ms_admin_....

Header parameters
X-CursorstringOptional

First item to return, usually equals the previous page response's X-Next-Cursor response header. Omit to fetch the first page. Cursors are opaque tokens — do not parse or construct them.

X-Items-Afterinteger · min: 1 · max: 100Optional

Maximum number of results to return beginning with the cursor, or if not sent the first item in the list (1–100, default 25).

Default: 25
Responses
200

Successful operation

application/json
get/plans

Last updated

Was this helpful?