Core resources
Administration
Booking flow
User profiles
referrer_id
uuid | null
user_id
uuid
Unique identifier
created_at
timestamp with time zone
Creation timestamp
updated_at
timestamp with time zone
Last modification timestamp
avatar
text | null
URL of the avatar image
email
text
User email address
first_week_contains_date
smallint | null
First week of the year. Either 1
(first week with a Thursday) or 4
(first week with a Monday)
fts
tsvector
Full text search index
last_login_at
timestamp with time zone | null
Timestamp at which the user last logged in
locale
text
User language
name
text | null
User name
source
text | null
Source of the user
week_starts_on
smallint | null
First day of the week. Either 1
or 0
{"referrer_id": "00000000-0000-0000-0000-000000000000","user_id": "00000000-0000-0000-0000-000000000000","created_at": "2024-11-21T19:09:24.281Z","updated_at": "2024-11-21T19:09:24.281Z","avatar": "","email": "","first_week_contains_date": 0,"last_login_at": "2024-11-21T19:09:24.281Z","locale": "en-US","name": "","source": "","week_starts_on": 0}
referrer_id
Filter<>
user_id
Filter<>
Unique identifier
created_at
Filter<>
Creation timestamp
updated_at
Filter<>
Last modification timestamp
avatar
Filter<>
URL of the avatar image
email
Filter<>
User email address
first_week_contains_date
Filter<>
First week of the year. Either 1
(first week with a Thursday) or 4
(first week with a Monday)
fts
Filter<>
Full text search index
last_login_at
Filter<>
Timestamp at which the user last logged in
locale
Filter<>
User language
name
Filter<>
User name
source
Filter<>
Source of the user
week_starts_on
Filter<>
First day of the week. Either 1
or 0
200
A list of user profiles with the selected columns
206
Partial Content
GET
/user_profiles
curl -X GET "https://api.bookingmood.com/v1/user_profiles?select=*" \ -H "Authorization: Bearer YOUR_API_KEY"
referrer_id
Filter<>
user_id
Filter<>
Unique identifier
created_at
Filter<>
Creation timestamp
updated_at
Filter<>
Last modification timestamp
avatar
Filter<>
URL of the avatar image
email
Filter<>
User email address
first_week_contains_date
Filter<>
First week of the year. Either 1
(first week with a Thursday) or 4
(first week with a Monday)
fts
Filter<>
Full text search index
last_login_at
Filter<>
Timestamp at which the user last logged in
locale
Filter<>
User language
name
Filter<>
User name
source
Filter<>
Source of the user
week_starts_on
Filter<>
First day of the week. Either 1
or 0
Partial<UserProfile>
204
The updated user profiles with the selected columns
PATCH
/user_profiles
curl -X PATCH "https://api.bookingmood.com/v1/user_profiles" \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '{}'