AurionAI Docs

Mcp List Contact Fields

List custom field definitions for contacts.

GET
/api/internal/mcp/contact-fields

List custom field definitions for contacts.

Header Parameters

X-Internal-Secret?string|null

Response Body

application/json

application/json

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