Skip to main content
GET
/
status
/
{id}
cURL
curl --request GET \
  --url https://api.example.com/status/{id}
{
  "kind": "create_account",
  "request_id": "<string>",
  "status": {
    "state": "queued"
  }
}

Path Parameters

id
string
required

TODO

Response

TODO

Response returned by the registry gateway for state-changing requests.

kind
enum<string>
required

The kind of operation that was submitted.

Available options:
create_account,
update_authenticator,
insert_authenticator,
remove_authenticator,
recover_account
request_id
string
required

Identifier assigned by the gateway to the submitted request.

status
object
required

The current state of the request.