Skip to main content
POST
/
customFields
Create Customfield
curl --request POST \
  --url https://crm.universal.rollout.com/api/customFields \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'X-Rollout-Credential-Id: <api-key>' \
  --data '
{
  "type": "<string>",
  "label": "<string>",
  "name": "<string>"
}
'
{
  "type": "<string>",
  "id": "<string>",
  "label": "<string>",
  "name": "<string>",
  "originalIds": {},
  "original": {}
}

Documentation Index

Fetch the complete documentation index at: https://rollout.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authorization JWT

X-Rollout-Credential-Id
string
header
required

The Rollout Credential ID to use for queries/mutations

Body

type
string
required
label
string
required
name
string
required

Response

Created

type
string
required
id
string
required
label
string
required
name
string
required
originalIds
object
required
original
object
required