Body
Required
-
Values are
male,female, ornon_binary. -
Values are
18_24,25_34,35_44,45_54, or55+. -
either a two letter country code, a three letter country code, or a full country name
-
Values are
continental,dry,polar,temperate, ortropical. -
Values are
urban,suburban, orrural. -
Values are
balanced,dry,oily,sensitive,acnee_prone,rosacea, orallergenic. -
Values are
acne_fighting,anti_aging,antioxidant,antiseptic,healing,moisturising,softening,soothing,uv_protecting, orwhitening. -
Values are
alcohol,allergen,comedogenic_rating,fragrance,fungal_acne_feeding,gluten,paraben,peg,silicone, orsulfate. -
Values are
botox,dermal_fillers,facials,chemical_peels,laser_hair_removal,microdermabrasion, orpigmentation_removal. -
Values are
short,medium, orlong. -
Values are
low,medium, orhigh. -
Minimum value is
0, maximum value is7. -
Minimum value is
1, maximum value is5. -
Minimum value is
1, maximum value is5. -
Minimum value is
1, maximum value is5. -
Values are
never,rarely,sometimes, oroften. -
Values are
normal,oily,rough, ordry. -
Values are
affordability,clean_beauty,vegan_beauty, orquick_results.
curl \
-X PATCH https://api.cosmily.com/api/v1/users/{id}/skin_profile \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"gender":"male","age_range":"25_34","country_ref":"FR","postal_code":"75007","climate":"temperate","locale_density":"suburban","skin_types":["oily","rosacea"],"skin_goals":["anti_aging","softening","uv_protecting"],"skin_concerns":["allergen","fragrance","sulfate"],"regular_treatments":["botox","laser_hair_removal","facials"],"routine_time_commitment":"temperate","weekly_sun_exposure":"temperate","weekly_workouts":42,"skin_reactivity":42,"skin_oilyness":42,"stress_level":42,"breakout_frequency":"sometimes","morning_skin_feel":"oily","value_most_in_product":"quick_results"}'
{
"gender": "male",
"age_range": "25_34",
"country_ref": "FR",
"postal_code": "75007",
"climate": "temperate",
"locale_density": "suburban",
"skin_types": [
"oily",
"rosacea"
],
"skin_goals": [
"anti_aging",
"softening",
"uv_protecting"
],
"skin_concerns": [
"allergen",
"fragrance",
"sulfate"
],
"regular_treatments": [
"botox",
"laser_hair_removal",
"facials"
],
"routine_time_commitment": "temperate",
"weekly_sun_exposure": "temperate",
"weekly_workouts": 42,
"skin_reactivity": 42,
"skin_oilyness": 42,
"stress_level": 42,
"breakout_frequency": "sometimes",
"morning_skin_feel": "oily",
"value_most_in_product": "quick_results"
}
{
"gender": "male",
"age_range": "25_34",
"country_ref": "FR",
"postal_code": "75007",
"climate": "temperate",
"locale_density": "suburban",
"skin_types": [
"oily",
"rosacea"
],
"skin_goals": [
"anti_aging",
"softening",
"uv_protecting"
],
"skin_concerns": [
"allergen",
"fragrance",
"sulfate"
],
"regular_treatments": [
"botox",
"laser_hair_removal",
"facials"
],
"routine_time_commitment": "temperate",
"weekly_sun_exposure": "temperate",
"weekly_workouts": 42,
"skin_reactivity": 42,
"skin_oilyness": 42,
"stress_level": 42,
"breakout_frequency": "sometimes",
"morning_skin_feel": "oily",
"value_most_in_product": "quick_results"
}
{
"data": {
"id": 42,
"user_id": 42,
"complete": true,
"gender": "female",
"age_range": "25_34",
"climate": "temperate",
"locale_density": "suburban",
"skin_types": [
"oily",
"rosacea"
],
"skin_goals": [
"anti_aging",
"softening",
"uv_protecting"
],
"skin_concerns": [
"allergen",
"fragrance",
"sulfate"
],
"regular_treatments": [
"botox",
"laser_hair_removal",
"facials"
],
"routine_time_commitment": "medium",
"weekly_sun_exposure": "medium",
"weekly_workouts": 42,
"skin_reactivity": 42,
"skin_oilyness": 42,
"stress_level": 42,
"breakout_frequency": "sometimes",
"morning_skin_feel": "oily",
"value_most_in_product": "affordability",
"updated_at": "2022-07-27T22:29:03.152Z"
}
}
{
"data": {
"id": 42,
"user_id": 42,
"complete": true,
"gender": "female",
"age_range": "25_34",
"climate": "temperate",
"locale_density": "suburban",
"skin_types": [
"oily",
"rosacea"
],
"skin_goals": [
"anti_aging",
"softening",
"uv_protecting"
],
"skin_concerns": [
"allergen",
"fragrance",
"sulfate"
],
"regular_treatments": [
"botox",
"laser_hair_removal",
"facials"
],
"routine_time_commitment": "medium",
"weekly_sun_exposure": "medium",
"weekly_workouts": 42,
"skin_reactivity": 42,
"skin_oilyness": 42,
"stress_level": 42,
"breakout_frequency": "sometimes",
"morning_skin_feel": "oily",
"value_most_in_product": "affordability",
"updated_at": "2022-07-27T22:29:03.152Z"
}
}