AurionAI Docs

Mcp List Contacts

List contacts.

GET
/api/internal/mcp/contacts

List contacts.

Query Parameters

page?Page
Default1
Range1 <= value
per_page?Per Page
Default100
Range1 <= value <= 200

Header Parameters

X-Internal-Secret?string|null

Response Body

application/json

application/json

curl -X GET "https://loading/api/internal/mcp/contacts"
[
  {}
]
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}