Skip to main content
GET
/
agency
/
source
/
{id}
/
fields
List source fields
curl --request GET \
  --url https://api.closebot.com/agency/source/{id}/fields \
  --header 'X-CB-KEY: <api-key>'
{
  "contact": [
    {
      "name": "<string>",
      "fieldKey": "<string>",
      "dataType": "<string>"
    }
  ],
  "location": [
    {
      "name": "<string>",
      "fieldKey": "<string>",
      "dataType": "<string>"
    }
  ],
  "customValue": [
    {
      "name": "<string>",
      "fieldKey": "<string>",
      "dataType": "<string>"
    }
  ]
}

Authorizations

X-CB-KEY
string
header
required

CloseBot API Key Authorization

Path Parameters

id
string
required

The source ID.

Response

Success

contact
object[] | null
location
object[] | null
customValue
object[] | null