Skip to content

Atomically consume an impersonation nonce and return a 15-min access token

POST
/api/v1/auth/impersonation-exchange
curl --request POST \
--url https://dashboard.justcrawl.io/api/v1/auth/impersonation-exchange \
--header 'Content-Type: application/json' \
--data '{ "nonce": "example" }'
Media type application/json
object
nonce
required
string
Example generated
{
"nonce": "example"
}

Authenticated as the target user (15-min access token, no refresh token)

Missing nonce

Invalid, expired, or already-used nonce