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

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

definitions
object[]
required

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