Custom Attributes

POST https://api.attentivemobile.com/v1/attributes/custom

Request Body

{"properties"=>{"favoriteColor"=>"Blue", "favoriteTeam"=>"Seahawks", "age"=>32, "registered"=>true, "registrationDate"=>"2023-03-09T00:00:00Z"}, "user"=>{"phone"=>"{{phone}}", "email"=>"{{email}}", "externalIdentifiers"=>{"clientUserId"=>"{{clientUserId}}", "customIdentifiers"=>[{"name"=>"string", "value"=>"string"}]}}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring