Custom Attributes

Define custom fields for contacts

List custom attributes

get
/custom-attributes
Authorizations
AuthorizationstringRequired

API key provided by GoMobile team. Request yours at https://docs.google.com/forms/d/1F6_7OIDNq8_lWgKPyP-DudF3dvBTl31X4dqVf5St2zE

Responses
200

List of custom attributes

application/json
get
/custom-attributes

Create custom attribute

post
/custom-attributes
Authorizations
AuthorizationstringRequired

API key provided by GoMobile team. Request yours at https://docs.google.com/forms/d/1F6_7OIDNq8_lWgKPyP-DudF3dvBTl31X4dqVf5St2zE

Body
displayNamestringRequired
descriptionstringOptional
typestring · enumRequiredPossible values:
Responses
post
/custom-attributes

Get custom attribute

get
/custom-attributes/{customAttributeId}
Authorizations
AuthorizationstringRequired

API key provided by GoMobile team. Request yours at https://docs.google.com/forms/d/1F6_7OIDNq8_lWgKPyP-DudF3dvBTl31X4dqVf5St2zE

Path parameters
customAttributeIdstring · uuidRequired
Responses
200

Custom attribute details

application/json
get
/custom-attributes/{customAttributeId}

Update custom attribute

put
/custom-attributes/{customAttributeId}
Authorizations
AuthorizationstringRequired

API key provided by GoMobile team. Request yours at https://docs.google.com/forms/d/1F6_7OIDNq8_lWgKPyP-DudF3dvBTl31X4dqVf5St2zE

Path parameters
customAttributeIdstring · uuidRequired
Body
descriptionstringOptional
Responses
200

Custom attribute updated

application/json
put
/custom-attributes/{customAttributeId}

Delete custom attribute

delete
/custom-attributes/{customAttributeId}
Authorizations
AuthorizationstringRequired

API key provided by GoMobile team. Request yours at https://docs.google.com/forms/d/1F6_7OIDNq8_lWgKPyP-DudF3dvBTl31X4dqVf5St2zE

Path parameters
customAttributeIdstring · uuidRequired
Responses
200

Custom attribute deleted

application/json
delete
/custom-attributes/{customAttributeId}

Last updated