Skip to main content
GET
/
clients
/
contacts
/
columns
Get contact attribute definitions
curl --request GET \
  --url https://api.gospott.com/clients/contacts/columns \
  --header 'x-api-key: <api-key>'
{
  "definitions": [
    {
      "viewType": "contactName"
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.

Response

Successfully retrieved all contact attribute definitions

definitions
object[]
required

Array of attribute definitions for contacts. Each definition can be either a predefined attribute (e.g., name, email) or a custom attribute (text, number, select, etc.).