Skip to content

Start a CLI login exchange

POST
/v1/cli-auth/start
curl --request POST \
--url https://api.extport.dev/api/v1/cli-auth/start \
--cookie extport_session=<extport_session>

Session-only. Mints a real API key plus a one-time code the CLI redeems for it — never the key itself in this response.

OK

Media typeapplication/json
object
code
required
string
Examplegenerated
{
"code": "example"
}