Skip to main content
GET
Get signup status

Authorizations

Authorization
string
header
required

Returned once by POST /signup. Accepted only by GET /signup/{signupId} and the key-request routes.

Path Parameters

signupId
string<uuid>
required

The signup_id returned by POST /signup.

Response

Successful response.

signup_id
string<uuid>
required
status
enum<string>
required

pending_email: the person has not continued to payment. pending_payment: checkout started and has not settled. paid: the workspace exists. expired: 7 days passed without payment.

Available options:
pending_email,
pending_payment,
paid,
expired
expires_at
string<date-time>
required
workspace_id
string

Public workspace id. Present only when status is paid.

key_request
object | null

Present only when status is paid and the signup carried a key_request. approval_url is always null: the approval card is on the person's page, not in this response.