Skip to main content
GET
/
api
/
agent
/
pending
/
{id}
Check pending registration status
curl --request GET \
  --url https://www.citedy.com/api/agent/pending/{id}
{
  "status": "awaiting_approval",
  "agent_name": "<string>",
  "expires_at": "2023-11-07T05:31:56Z",
  "message": "<string>"
}

Path Parameters

id
string
required

Response

Status response

status
enum<string>
required
Available options:
awaiting_approval,
expired
agent_name
string
expires_at
string<date-time>
message
string