curl --request GET \
--url https://api.wirespeed.co/integration/{integrationId}/halo-itsm/fields \
--header 'Authorization: Bearer <token>'[
{
"name": "<string>",
"label": "<string>",
"type": "<string>",
"required": true,
"options": [
{
"value": "<string>",
"label": "<string>"
}
]
}
]curl --request GET \
--url https://api.wirespeed.co/integration/{integrationId}/halo-itsm/fields \
--header 'Authorization: Bearer <token>'[
{
"name": "<string>",
"label": "<string>",
"type": "<string>",
"required": true,
"options": [
{
"value": "<string>",
"label": "<string>"
}
]
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Halo ITSM integration ID