Authorization

Either 1) x-token, or 2) x-api-key must be given to authenticate account.

Parameters

Allowed Fields

  • first_name
  • last_name
  • email
  • birthday
  • phone
  • gender
  • city
  • state
  • zip
  • address
  • address_2
  • join_date
  • source_id
  • source

Custom Attributes
Each account inherits, or creates it's own custom attributes for users. These attributes must be sent in key => value pairs.

Example

attributes: {
    first_pet_name: "Fluffy"
}

NOTE 1

User fields or custom attributes that do not exist will simply be ignored.

NOTE 2

Only sent fields are returned. The same is true with custom attributes.

Language
Authorization
Header
Click Try It! to start a request and see the response here!