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

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 company attribute definitions

definitions
object[]
required

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