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

Allowed country codes

List allowed region or country codes

get

List allowed region or country codes.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

OK

application/json
itemsstring[]Optional

A collection of allowed region or country codes.

get/allowed_country_codes

Update allowed region or country codes.

post

Update allowed region or country codes.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
itemsstring[]Optional

A collection of allowed region or country codes.

Responses
200

OK

No content

post/allowed_country_codes

No content

Was this helpful?