Skip to main content
POST
/
v1
/
auth
/
sessions
/
{session_id}
/
complete
Complete an auth session
curl --request POST \
  --url https://api.usezombie.com/v1/auth/sessions/{session_id}/complete \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>"
}
'
{
  "status": "<string>",
  "request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Path Parameters

session_id
string<uuid>
required

Auth session identifier

Body

application/json
token
string
required

Bearer token from OAuth flow

Response

Session completed

status
string
required
Allowed value: "complete"
request_id
string<uuid>
required

Unique request identifier