Skip to main content
GET
Error

Response

Method not allowed. The body tells the user to return to the terminal.

Returned for a browser GET on a POST-only CLI sign-in route. No sign-in action happens.

detail
string
required

Explanation of the endpoint and what the user must do instead.

error
enum<string>
required
Available options:
method_not_allowed
method
enum<string>
required

The HTTP method that this endpoint accepts.

Available options:
POST
path
string
required

The API path of this endpoint, relative to the API root.

cli
string
required

The Strix CLI command that starts a sign-in.

install_url
string<uri>
required

Where to install the Strix CLI.

docs_url
string<uri>
required

The CLI documentation.