Skip to content

Custom Endpoints

Version: 1.0.0.0 Updated: 2023-11-29 16:56:05

Summary

Documentation for the Custom Endpoints schema

Custom Endpoints Schema

NameTypeRequiredDescription
last_modified_account_idstringNoAccount ID of the user who last modified the resource
last_modified_timestampstringNoTimestamp of when the resource was last modified
created_timestampstringNoTimestamp of when the resource was created
sandbox_idstringNoID of the Sandbox
namestringNoName of the resource
descriptionstringNoDescription of the resource
custom_endpoint_unique_idstringNoUnique identifier for this custom endpoint
endpoint_idstringYesThe customer defined identifier for this endpoint
urlstringYesUser friendly identifier of setting type
http_verbobjectNoSee schema
custom_headersobjectNoCustom headers to be passed to the endpoint

Http_verb Enum Values

ValueDescription
GETAn enumeration.
POSTAn enumeration.
PUTAn enumeration.
DELETEAn enumeration.
HEADAn enumeration.
PATCHAn enumeration.