v1

latestOpenAPI 3.1.02026-07-14801408.6 KB

/custom_attributes

Returns a collection of the account's custom attributes. Required scope: r_jobs. Accessible with all token types.

get/custom_attributes

Response

200

Example response

{
  "custom_attributes": [
    {
      "id": "4d7",
      "type": "short_text",
      "enabled": true,
      "label": "Short description of yourself",
      "hint": "Describe yourself in a few words"
    }
  ]
}