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>"
}

Documentation Index

Fetch the complete documentation index at: https://www.citedy.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required
Pattern: ^(?:[a-fA-F0-9]{16}|[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$

Response

Status response

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