Skip to main content
GET
/
v1
/
fields
/
contact-stage
Get Contact Stage
curl --request GET \
  --url http://localhost:4000/v1/fields/contact-stage \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "name": "<string>",
  "identifier": "<string>",
  "inputType": "<string>",
  "type": "<string>",
  "isSystemField": true,
  "accountId": 123,
  "userId": 123,
  "createdAt": "<unknown>",
  "updatedAt": "<unknown>",
  "user": {
    "firstName": "<string>",
    "lastName": "<string>"
  }
}

Authorizations

Authorization
string
header
required

API key required in Authorization header. Format: iclosed-<token>

Response

Contact Stage field with options

id
number
required
name
string | null
identifier
string | null
inputType
string | null
type
string | null
isSystemField
boolean | null
accountId
number | null
userId
number | null
createdAt
any
updatedAt
any
user
object