Skip to main content
GET
/
v2
/
client-ids
List all client IDs
curl --request GET \
  --url https://api.stage.request.network/v2/client-ids
[
  {
    "id": "<string>",
    "clientId": "<string>",
    "label": "<string>",
    "allowedDomains": [
      "<string>"
    ],
    "status": "<string>",
    "createdAt": "<string>",
    "lastUsedAt": "<string>"
  }
]

Headers

x-api-key
string

API key for authentication (optional if using session)

Authorization
string

Bearer token for session authentication (optional if using API key)

Example:

"Bearer <session-token>"

Response

List of client IDs

id
string
clientId
string
label
string
allowedDomains
string[]
status
string
createdAt
string
lastUsedAt
string | null