Download OpenAPI specification:Download
platform | string (PlatformEnum) Default: "web" Enum: "web" "ios" |
is_crypto_included | boolean (Is Crypto Included) Default: true |
quests_test | boolean (Quests Test) Default: false |
new_images_enabled | boolean (New Images Enabled) Default: false |
X-Zmrn-User-Id (integer) or X-Zmrn-User-Id (null) (X-Zmrn-User-Id) | |
Accept-Language (string) or Accept-Language (null) (Accept-Language) |
null
platform | string (PlatformEnum) Default: "web" Enum: "web" "ios" |
is_crypto_included | boolean (Is Crypto Included) Default: true |
quests_test | boolean (Quests Test) Default: false |
new_images_enabled | boolean (New Images Enabled) Default: false |
X-Zmrn-User-Id (integer) or X-Zmrn-User-Id (null) (X-Zmrn-User-Id) | |
Accept-Language (string) or Accept-Language (null) (Accept-Language) |
null
new_images_enabled | boolean (New Images Enabled) Default: false |
X-Zmrn-User-Id (integer) or X-Zmrn-User-Id (null) (X-Zmrn-User-Id) | |
Accept-Language (string) or Accept-Language (null) (Accept-Language) |
null
user_id required | integer (User Id) |
operation_type required | string (OperationTypeEnum) Enum: "buy" "sell" |
required | Amount (number) or Amount (string) (Amount) |
{- "operation_type": "buy",
- "amount": 0
}
null
Retrieve a list of books.
X-Zmrn-User-Id (integer) or X-Zmrn-User-Id (null) (X-Zmrn-User-Id) | |
Accept-Language (string) or Accept-Language (null) (Accept-Language) |
{- "books": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "Rich Dad, Poor Dad",
- "duration": "19 min",
- "type": "finances",
- "is_trending": true
}
]
}
Retrieve user progress for each book.
You have to match user progress with books content.
X-Zmrn-User-Id (integer) or X-Zmrn-User-Id (null) (X-Zmrn-User-Id) | |
Accept-Language (string) or Accept-Language (null) (Accept-Language) |
{- "books_progress": [
- {
- "book_id": "49cf97ac-d4b0-4fb1-a148-592152017f4d",
- "progress": 0.35
}
]
}
Retrieve book details.
book_id you can get from endpoint of list of books.
book_id required | string <uuid> (Book Id) |
X-Zmrn-User-Id (integer) or X-Zmrn-User-Id (null) (X-Zmrn-User-Id) | |
Accept-Language (string) or Accept-Language (null) (Accept-Language) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "Rich Dad, Poor Dad",
- "duration": "19 min",
- "type": "finances",
- "is_trending": true,
- "description": "Rich Dad Poor Dad is Robert's story of growing up with two dads his real father and the father of his best friend, his rich dad and the ways in which both men shaped his thoughts about money and investing. The book explodes the myth that you need to earn a high income to be rich and explains the difference between working for money and having your money work for you.",
- "author": "Robert T. Kiyosaki",
- "skills": [
- "Financial Literacy",
- "Strategic Financial Planning",
- "Critical Thinking",
- "Decision Making",
- "Wealth Building"
]
}
Retrieve all chapters of book.
book_id required | string <uuid> (Book Id) |
X-Zmrn-User-Id (integer) or X-Zmrn-User-Id (null) (X-Zmrn-User-Id) | |
Accept-Language (string) or Accept-Language (null) (Accept-Language) |
{- "chapters": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "Escaping the rat race: a tale of two mindsets"
}
]
}
Retrieve user progress for specific book.
completed_chapter_ids list contains UUIDs of user's completed chapters in this book.
book_id required | string <uuid> (Book Id) |
X-Zmrn-User-Id (integer) or X-Zmrn-User-Id (null) (X-Zmrn-User-Id) | |
Accept-Language (string) or Accept-Language (null) (Accept-Language) |
{- "progress": 0.35,
- "completed_chapter_ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
Retrieve chapter details.
book_id required | string <uuid> (Book Id) |
chapter_id required | string <uuid> (Chapter Id) |
X-Zmrn-User-Id (integer) or X-Zmrn-User-Id (null) (X-Zmrn-User-Id) | |
Accept-Language (string) or Accept-Language (null) (Accept-Language) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "Escaping the rat race: a tale of two mindsets",
- "text": "Imagine growing up with not one but two father figures guiding your path. One, a beacon of traditional success with a PhD and a resume that sparkles with prestigious universities; the other, a man whose education halted before high school graduation. Yet, both carved their own versions of success in the professional world.\n\nHere's where it gets fascinating. Despite their hard work and dedication, these two men lived worlds apart financially. Kiyosaki's \"Poor Dad,\" the one with all the academic accolades, found himself ensnared in financial struggles, while \"Rich Dad,\" with less formal education, climbed his way to become one of Hawaii's wealthiest individuals. One left behind a legacy of wealth, the other, a pile of unpaid bills.\n\nFrom these two remarkable figures, Kiyosaki received a wealth of advice, as varied as their financial states. They both valued education, but their curricula on life and money couldn't have been more different.\n\nImagine Kiyosaki's dilemma as a young boy, caught between two divergent philosophies. On one hand, the traditional path preached by Poor Dad; on the other, Rich Dad's lessons on financial independence and the power of investing.\n\nKiyosaki found himself in a continuous state of reflection, comparing their advice on everything from the evils of money to the importance of financial literacy. This wasn't just about choosing whom to listen to; it was about forging his own path in the maze of financial wisdom."
}
Endpoint to complete chapter.
Send a request when user has finished reading the chapter.
book_id required | string <uuid> (Book Id) |
chapter_id required | string <uuid> (Chapter Id) |
X-Zmrn-User-Id (integer) or X-Zmrn-User-Id (null) (X-Zmrn-User-Id) |
null
Retrieve recommended books.
Endpoint always returns 2 objects in "book" key
book_id required | string <uuid> (Book Id) |
X-Zmrn-User-Id (integer) or X-Zmrn-User-Id (null) (X-Zmrn-User-Id) | |
Accept-Language (string) or Accept-Language (null) (Accept-Language) |
{- "books": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "Rich Dad, Poor Dad",
- "duration": "19 min",
- "type": "finances",
- "is_trending": true
}
]
}
Edit images using GPT Image model with reference images - queues the request for async processing.
prompt required | string (Prompt) |
reference_image_urls required | Array of strings (Reference Image Urls) |
size | string (Size) Default: "1024x1536" |
quality | string (Quality) Default: "medium" |
model | string (Model) Default: "gpt-image-1" |
n | integer (N) Default: 1 |
base_id required | string (Base Id) |
table_id required | string (Table Id) |
record_id required | string (Record Id) |
AspectRatio (string) or null Default: "4x5" | |
add_safezone | boolean (Add Safezone) Default: true |
name required | string (Name) |
base_folder_id required | string (Base Folder Id) |
marketer required | string (Marketer) |
{- "prompt": "string",
- "reference_image_urls": [
- "string"
], - "size": "1024x1536",
- "quality": "medium",
- "model": "gpt-image-1",
- "n": 1,
- "base_id": "string",
- "table_id": "string",
- "record_id": "string",
- "aspect_ratio": "4x5",
- "add_safezone": true,
- "name": "string",
- "base_folder_id": "string",
- "marketer": "string"
}
null
Designer required | string (Designer) |
Format required | string (Format) |
Intro required | string (Intro) |
CreoName required | string (Creoname) |
Changes required | string (Changes) |
Language required | string (Language) |
Link on creo required | string <uri> (Link On Creo) non-empty |
source required | string (CreoDestination) Enum: "prosperi" "coursiv" "finelo" "another" "test" |
CreoMarketer | string (Creomarketer) |
Arrow code required | string (Arrow Code) |
Arrow | string (Arrow) |
Recordid (string) or Recordid (null) (Recordid) | |
Compliancepoints (integer) or Compliancepoints (null) (Compliancepoints) |
{- "Designer": "string",
- "Format": "string",
- "Intro": "string",
- "CreoName": "string",
- "Changes": "string",
- "Language": "string",
- "source": "prosperi",
- "CreoMarketer": "string",
- "Arrow code": "string",
- "Arrow": "string",
- "RecordId": "string",
- "CompliancePoints": 0
}
null
creo_name required | string (Creo Name) |
creo_url required | string <uri> (Creo Url) non-empty |
ad_cab_ids required | Array of strings (Ad Cab Ids) |
record_id required | string (Record Id) |
table_id required | string (Table Id) |
base_id required | string (Base Id) |
is_single_file | boolean (Is Single File) Default: false |
{- "creo_name": "string",
- "ad_cab_ids": [
- "string"
], - "record_id": "string",
- "table_id": "string",
- "base_id": "string",
- "is_single_file": false
}
null
creo_name required | string (Creo Name) |
creo_url required | string <uri> (Creo Url) non-empty |
ad_cab_ids required | Array of strings (Ad Cab Ids) |
record_id required | string (Record Id) |
table_id required | string (Table Id) |
base_id required | string (Base Id) |
is_single_file | boolean (Is Single File) Default: false |
{- "creo_name": "string",
- "ad_cab_ids": [
- "string"
], - "record_id": "string",
- "table_id": "string",
- "base_id": "string",
- "is_single_file": false
}
null
creo_name required | string (Creo Name) |
creo_url required | string <uri> (Creo Url) non-empty |
ad_cab_ids required | Array of strings (Ad Cab Ids) |
record_id required | string (Record Id) |
table_id required | string (Table Id) |
base_id required | string (Base Id) |
is_single_file | boolean (Is Single File) Default: false |
{- "creo_name": "string",
- "ad_cab_ids": [
- "string"
], - "record_id": "string",
- "table_id": "string",
- "base_id": "string",
- "is_single_file": false
}
null
account_id required | string (Account Id) |
adset_name required | string (Adset Name) |
pixel_id required | string (Pixel Id) |
budget required | integer (Budget) |
bid_strategy required | string (Bid Strategy) |
saved_audience required | string (Saved Audience) |
campaign required | string (Campaign) |
link required | string (Link) |
headline required | string (Headline) |
message required | string (Message) |
media_ids required | Array of strings (Media Ids) |
page_id required | string (Page Id) |
instagram_actor_id required | string (Instagram Actor Id) |
type required | string (Type) |
table_id required | string (Table Id) |
record_id required | string (Record Id) |
{- "account_id": "string",
- "adset_name": "string",
- "pixel_id": "string",
- "budget": 0,
- "bid_strategy": "string",
- "saved_audience": "string",
- "campaign": "string",
- "link": "string",
- "headline": "string",
- "message": "string",
- "media_ids": [
- "string"
], - "page_id": "string",
- "instagram_actor_id": "string",
- "type": "string",
- "table_id": "string",
- "record_id": "string"
}
null
account_id required | string (Account Id) |
adset_name required | string (Adset Name) |
pixel_id required | string (Pixel Id) |
budget required | integer (Budget) |
bid_strategy required | string (Bid Strategy) |
Bid Amount (integer) or Array of Bid Amount (integers) or Bid Amount (null) (Bid Amount) | |
campaign required | string (Campaign) |
link required | string (Link) |
headline required | string (Headline) |
message required | string (Message) |
media_ids required | Array of strings (Media Ids) |
page_id required | string (Page Id) |
instagram_actor_id required | string (Instagram Actor Id) |
table_id required | string (Table Id) |
base_id required | string (Base Id) |
record_id required | string (Record Id) |
bidding_type required | string (Bidding Type) |
Geo (string) or Array of Geo (objects) or Geo (null) (Geo) | |
Array of Lookalike (objects) or Lookalike (null) (Lookalike) | |
exclude_audience required | string (Exclude Audience) |
Array of Interest (objects) or Interest (null) (Interest) | |
search_by_name required | boolean (Search By Name) |
Array of Locales (any) or Locales (null) (Locales) | |
Type (string) or Type (null) (Type) | |
Geo Id (string) or Geo Id (null) (Geo Id) | |
Launch Type (string) or Launch Type (null) (Launch Type) | |
Start Time (string) or Start Time (null) (Start Time) | |
Product (string) or Product (null) (Product) |
{- "account_id": "string",
- "adset_name": "string",
- "pixel_id": "string",
- "budget": 0,
- "bid_strategy": "string",
- "bid_amount": 0,
- "campaign": "string",
- "link": "string",
- "headline": "string",
- "message": "string",
- "media_ids": [
- "string"
], - "page_id": "string",
- "instagram_actor_id": "string",
- "table_id": "string",
- "base_id": "string",
- "record_id": "string",
- "bidding_type": "string",
- "geo": "string",
- "lookalike": [
- { }
], - "exclude_audience": "string",
- "interest": [
- { }
], - "search_by_name": true,
- "locales": [
- null
], - "type": "string",
- "geo_id": "string",
- "launch_type": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "product": "string"
}
null
table_id required | string (Table Id) |
cab required | string (Cab) |
required | object (Video Records) |
{- "table_id": "string",
- "cab": "string",
- "video_records": { }
}
null
creo_marketer required | string (Creo Marketer) |
base_folder_id required | string (Base Folder Id) |
versioned_concepts_enabled required | boolean (Versioned Concepts Enabled) |
required | object (Grouped Records) |
{- "creo_marketer": "string",
- "base_folder_id": "string",
- "versioned_concepts_enabled": true,
- "grouped_records": {
- "property1": {
- "concept_name": "string",
- "concept_version": "string",
- "concept_versions_folder_id": "string",
- "intro_name": "string",
- "language": "string",
- "product": "string",
- "arrow_code": "string",
- "arrow": "string",
- "folder_id": "string",
- "table_id": "string",
- "record_id": "string",
- "format": "string",
- "upload_to": "string",
- "changes": "string",
- "aspect_ratio": "string"
}, - "property2": {
- "concept_name": "string",
- "concept_version": "string",
- "concept_versions_folder_id": "string",
- "intro_name": "string",
- "language": "string",
- "product": "string",
- "arrow_code": "string",
- "arrow": "string",
- "folder_id": "string",
- "table_id": "string",
- "record_id": "string",
- "format": "string",
- "upload_to": "string",
- "changes": "string",
- "aspect_ratio": "string"
}
}
}
null
creo_marketer required | string (Creo Marketer) |
base_folder_id required | string (Base Folder Id) |
versioned_concepts_enabled required | boolean (Versioned Concepts Enabled) |
required | object (Grouped Records) |
{- "creo_marketer": "string",
- "base_folder_id": "string",
- "versioned_concepts_enabled": true,
- "grouped_records": {
- "property1": {
- "concept_name": "string",
- "concept_version": "string",
- "concept_versions_folder_id": "string",
- "intro_name": "string",
- "language": "string",
- "product": "string",
- "arrow_code": "string",
- "arrow": "string",
- "folder_id": "string",
- "table_id": "string",
- "record_id": "string",
- "format": "string",
- "upload_to": "string",
- "changes": "string",
- "aspect_ratio": "string"
}, - "property2": {
- "concept_name": "string",
- "concept_version": "string",
- "concept_versions_folder_id": "string",
- "intro_name": "string",
- "language": "string",
- "product": "string",
- "arrow_code": "string",
- "arrow": "string",
- "folder_id": "string",
- "table_id": "string",
- "record_id": "string",
- "format": "string",
- "upload_to": "string",
- "changes": "string",
- "aspect_ratio": "string"
}
}
}
null
file_url required | string (File Url) |
name required | string (Name) |
folder_id required | string (Folder Id) |
mime_type required | string (Mime Type) |
type required | string (Type) |
language required | string (Language) |
Aspect Ratio (string) or Aspect Ratio (null) (Aspect Ratio) | |
is_checked | boolean (Is Checked) Default: false |
alpha | boolean (Alpha) Default: false |
{- "file_url": "string",
- "name": "string",
- "folder_id": "string",
- "mime_type": "string",
- "type": "string",
- "language": "string",
- "aspect_ratio": "string",
- "is_checked": false,
- "alpha": false
}
null
prompt required | string (Prompt) |
base_id required | string (Base Id) |
table_id required | string (Table Id) |
{- "prompt": "string",
- "base_id": "string",
- "table_id": "string"
}
null
advertiser_id required | string (Advertiser Id) |
campaign_name required | string (Campaign Name) |
adgroup_name required | string (Adgroup Name) |
budget required | integer (Budget) |
audience_id required | string (Audience Id) |
schedule_start_time required | string (Schedule Start Time) |
pixel_id required | string (Pixel Id) |
media_ids required | Array of strings (Media Ids) |
identity_id required | string (Identity Id) |
ad_text required | string (Ad Text) |
landing_page_url required | string (Landing Page Url) |
campaign_type required | string (Campaign Type) |
required | Array of objects (Utm Params) |
bid_strategy | string (Bid Strategy) Default: "lowest" |
Bid Amount (number) or Bid Amount (null) (Bid Amount) |
{- "advertiser_id": "string",
- "campaign_name": "string",
- "adgroup_name": "string",
- "budget": 0,
- "audience_id": "string",
- "schedule_start_time": "string",
- "pixel_id": "string",
- "media_ids": [
- "string"
], - "identity_id": "string",
- "ad_text": "string",
- "landing_page_url": "string",
- "campaign_type": "string",
- "utm_params": [
- { }
], - "bid_strategy": "lowest",
- "bid_amount": 0
}
null
texts required | Array of strings (Texts) |
targetLanguage required | string (Targetlanguage) |
{- "texts": [
- "string"
], - "targetLanguage": "string"
}
null
Asynchronous endpoint to translate texts to the target language while preserving structure.
texts required | Array of strings (Texts) |
targetLanguage required | string (Targetlanguage) |
{- "texts": [
- "string"
], - "targetLanguage": "string"
}
null
challenge_id required | string <uuid> (Challenge Id) |
X-Zmrn-User-Id (integer) or X-Zmrn-User-Id (null) (X-Zmrn-User-Id) | |
Accept-Language (string) or Accept-Language (null) (Accept-Language) |
null
task_id required | string <uuid> (Task Id) |
X-Zmrn-User-Id (integer) or X-Zmrn-User-Id (null) (X-Zmrn-User-Id) |
score required | number (Score) [ 0.8 .. 1 ] |
{- "score": 0.8
}
null
user_id required | integer |
user_id required | integer |
user_action required | string |
url | string Default: "" |
attribution_id | string or null Default: "" |
{- "user_id": 0,
- "user_action": "string",
- "url": "",
- "attribution_id": ""
}
{- "user_id": 0,
- "user_action": "string",
- "url": "",
- "attribution_id": ""
}
order_id required | string <uuid> (Order Id) |
Accept-Language (string) or Accept-Language (null) (Accept-Language) | |
X-Zmrn-User-Id (integer) or X-Zmrn-User-Id (null) (X-Zmrn-User-Id) |
{- "link": "string"
}
username required | string (Username) |
new_images_enabled | boolean (New Images Enabled) Default: false |
X-Zmrn-User-Id (integer) or X-Zmrn-User-Id (null) (X-Zmrn-User-Id) | |
Accept-Language (string) or Accept-Language (null) (Accept-Language) |
null
new_images_enabled | boolean (New Images Enabled) Default: false |
X-Zmrn-User-Id (integer) or X-Zmrn-User-Id (null) (X-Zmrn-User-Id) | |
Accept-Language (string) or Accept-Language (null) (Accept-Language) |
null
username required | string (Username) |
new_images_enabled | boolean (New Images Enabled) Default: false |
X-Zmrn-User-Id (integer) or X-Zmrn-User-Id (null) (X-Zmrn-User-Id) | |
Accept-Language (string) or Accept-Language (null) (Accept-Language) |
null
is_crypto_included | boolean (Is Crypto Included) Default: true |
X-Zmrn-User-Id (integer) or X-Zmrn-User-Id (null) (X-Zmrn-User-Id) | |
Accept-Language (string) or Accept-Language (null) (Accept-Language) |
null
is_crypto_included | boolean (Is Crypto Included) Default: true |
X-Zmrn-User-Id (integer) or X-Zmrn-User-Id (null) (X-Zmrn-User-Id) | |
Accept-Language (string) or Accept-Language (null) (Accept-Language) |
null
is_crypto_included | boolean (Is Crypto Included) Default: true |
X-Zmrn-User-Id (integer) or X-Zmrn-User-Id (null) (X-Zmrn-User-Id) | |
Accept-Language (string) or Accept-Language (null) (Accept-Language) |
null
course_id required | string <uuid> (Course Id) |
chapter_id required | string <uuid> (Chapter Id) |
show_video_lessons | boolean (Show Video Lessons) Default: false |
X-Zmrn-User-Id (integer) or X-Zmrn-User-Id (null) (X-Zmrn-User-Id) | |
Accept-Language (string) or Accept-Language (null) (Accept-Language) |
null
course_id required | string <uuid> (Course Id) |
chapter_id required | string <uuid> (Chapter Id) |
lesson_id required | string <uuid> (Lesson Id) |
ignore_choice_pages | boolean (Ignore Choice Pages) Default: true |
styled_text | boolean (Styled Text) Default: false |
X-Zmrn-User-Id (integer) or X-Zmrn-User-Id (null) (X-Zmrn-User-Id) | |
Accept-Language (string) or Accept-Language (null) (Accept-Language) |
null
course_id required | string <uuid> (Course Id) |
chapter_id required | string <uuid> (Chapter Id) |
video_lesson_id required | string <uuid> (Video Lesson Id) |
X-Zmrn-User-Id (integer) or X-Zmrn-User-Id (null) (X-Zmrn-User-Id) | |
Accept-Language (string) or Accept-Language (null) (Accept-Language) |
null
course_id required | string <uuid> (Course Id) |
chapter_id required | string <uuid> (Chapter Id) |
quiz_id required | string <uuid> (Quiz Id) |
X-Zmrn-User-Id (integer) or X-Zmrn-User-Id (null) (X-Zmrn-User-Id) | |
Accept-Language (string) or Accept-Language (null) (Accept-Language) |
null
course_id required | string <uuid> (Course Id) |
chapter_id required | string <uuid> (Chapter Id) |
quiz_id required | string <uuid> (Quiz Id) |
X-Zmrn-User-Id (integer) or X-Zmrn-User-Id (null) (X-Zmrn-User-Id) | |
Accept-Language (string) or Accept-Language (null) (Accept-Language) |
null
course_id required | string <uuid> (Course Id) |
chapter_id required | string <uuid> (Chapter Id) |
quiz_id required | string <uuid> (Quiz Id) |
question_id required | string <uuid> (Question Id) |
X-Zmrn-User-Id (integer) or X-Zmrn-User-Id (null) (X-Zmrn-User-Id) | |
Accept-Language (string) or Accept-Language (null) (Accept-Language) |
choice_id required | string <uuid> (Choice Id) |
{- "choice_id": "e1722336-84a4-4cbc-a899-9fd1168d8a01"
}
null
course_id required | string <uuid> (Course Id) |
chapter_id required | string <uuid> (Chapter Id) |
lesson_id required | string <uuid> (Lesson Id) |
page_id required | string <uuid> (Page Id) |
ignore_choice_pages | boolean (Ignore Choice Pages) Default: true |
X-Zmrn-User-Id (integer) or X-Zmrn-User-Id (null) (X-Zmrn-User-Id) |
null
course_id required | string <uuid> (Course Id) |
chapter_id required | string <uuid> (Chapter Id) |
lesson_id required | string <uuid> (Lesson Id) |
X-Zmrn-User-Id (integer) or X-Zmrn-User-Id (null) (X-Zmrn-User-Id) |
null
course_id required | string <uuid> (Course Id) |
chapter_id required | string <uuid> (Chapter Id) |
video_lesson_id required | string <uuid> (Video Lesson Id) |
X-Zmrn-User-Id (integer) or X-Zmrn-User-Id (null) (X-Zmrn-User-Id) |
null
X-Zmrn-User-Id (integer) or X-Zmrn-User-Id (null) (X-Zmrn-User-Id) |
target_lessons required | integer (Target Lessons) [ 1 .. 99 ] |
timezone required | string (Timezone) |
{- "target_lessons": 1,
- "timezone": "string"
}
null
X-Zmrn-User-Id (integer) or X-Zmrn-User-Id (null) (X-Zmrn-User-Id) |
target_lessons required | integer (Target Lessons) [ 1 .. 99 ] |
{- "target_lessons": 1
}
null
is_crypto_included | boolean (Is Crypto Included) Default: true |
X-Zmrn-User-Id (integer) or X-Zmrn-User-Id (null) (X-Zmrn-User-Id) | |
Accept-Language (string) or Accept-Language (null) (Accept-Language) |
null
is_crypto_included | boolean (Is Crypto Included) Default: true |
X-Zmrn-User-Id (integer) or X-Zmrn-User-Id (null) (X-Zmrn-User-Id) | |
Accept-Language (string) or Accept-Language (null) (Accept-Language) |
null
course_id required | string <uuid> (Course Id) |
data required | object (Data) |
level required | string (Level) |
is_trending required | boolean (Is Trending) |
type required | string (Type) |
is_active required | boolean (Is Active) |
required | object (Is Voiced) |
{- "data": { },
- "level": "string",
- "is_trending": true,
- "type": "string",
- "is_active": true,
- "is_voiced": {
- "property1": true,
- "property2": true
}
}
null
Cloudfront-Viewer-Country (string) or Cloudfront-Viewer-Country (null) (Cloudfront-Viewer-Country) | |
X-Zmrn-User-Id (string) or X-Zmrn-User-Id (null) (X-Zmrn-User-Id) | |
User-Agent (string) or User-Agent (null) (User-Agent) |
Id (string) or Id (null) (Id) | |
bundle_id required | string <uuid> (Bundle Id) |
event_name required | string (Event Name) |
required | Event Time (number) or Event Time (integer) (Event Time) |
location_url required | string <uri> (Location Url) non-empty |
Country (string) or Country (null) (Country) | |
required | object (UserIdentity) |
Test Event Code (string) or Test Event Code (null) (Test Event Code) | |
extra required | object (Extra) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "bundle_id": "fc6f5a67-caa1-4339-9c14-a67826143b60",
- "event_name": "string",
- "event_time": 0,
- "country": "string",
- "identity": {
- "click_id": "string",
- "fbc": "string",
- "fbp": "string",
- "click_type": "fbclid",
- "user_id": "string",
- "gender": "string",
- "ip_address": "string",
- "user_agent": "string",
- "email": "string"
}, - "test_event_code": "string",
- "extra": { }
}
null
X-Zmrn-User-Id (integer) or X-Zmrn-User-Id (null) (X-Zmrn-User-Id) |
required | Array of objects (Messages) |
{- "messages": [
- {
- "content": "string",
- "author": "mentor"
}
]
}
null
X-Zmrn-User-Id (integer) or X-Zmrn-User-Id (null) (X-Zmrn-User-Id) |
content required | string (Content) <= 300 characters |
{- "content": "string"
}
null
Email (string) or Email (null) (Email) | |
eventName required | string (Eventname) |
provider_occurred_at required | string (Provider Occurred At) |
dataFields required | object (Datafields) |
{- "email": "string",
- "eventName": "string",
- "provider_occurred_at": "string",
- "dataFields": { }
}
null
devices required | Array of any (Devices) |
userId required | string (Userid) |
email required | string (Email) |
{- "devices": [
- null
], - "userId": "string",
- "email": "string"
}
null
action required | string (Action) |
user_id required | integer (User Id) |
url required | string (Url) |
gender | string (Gender) Default: "all" |
Attribution Id (string) or Attribution Id (null) (Attribution Id) | |
properties | object (Properties) Default: {} |
{- "action": "string",
- "user_id": 0,
- "url": "string",
- "gender": "all",
- "attribution_id": "string",
- "properties": { }
}
null
Get offers by product type and pricing representation OR by the list of offer_ids
offers_ids | string non-empty |
pricing_repr | string non-empty Enum: "daily" "weekly" "monthly" "yearly" "quarterly"
|
product_type | string [ 1 .. 100 ] characters |
HTTP_CLOUDFRONT_VIEWER_COUNTRY | string Country code of the user |
HTTP_PAYWALL_CONFIG_ID | string Paywall config id |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "title": "string",
- "description": "string",
- "weight": 1,
- "is_trial": true,
- "position": 2147483647,
- "currency": "string",
- "period": 0,
- "pricings": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "display_text": "string",
- "original_display_price": 0,
- "display_price": 0,
- "discount_price": 0,
- "discount_price_vat_amount": 9223372036854776000,
- "discount": 100,
- "full_price": 0,
- "position": 2147483647,
- "solid_product_id": "897d0b70-f290-4560-9a31-4ba25f489fd0",
- "original_pricing": {
- "original_display_price": 0,
- "display_price": 0,
- "discount_price": 0,
- "full_price": 0
}, - "trial_pricing": "string",
- "vat": 2147483647,
- "vat_rate": "string",
- "badge_text": "string"
}
], - "quantity": 2147483647,
- "product_type": "string"
}
]
Get offer by id
offer_id required | string |
HTTP_CLOUDFRONT_VIEWER_COUNTRY | string Country code of the user |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "title": "string",
- "description": "string",
- "weight": 1,
- "is_trial": true,
- "position": 2147483647,
- "currency": "string",
- "period": 0,
- "pricings": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "display_text": "string",
- "original_display_price": 0,
- "display_price": 0,
- "discount_price": 0,
- "discount_price_vat_amount": 9223372036854776000,
- "discount": 100,
- "full_price": 0,
- "position": 2147483647,
- "solid_product_id": "897d0b70-f290-4560-9a31-4ba25f489fd0",
- "original_pricing": {
- "original_display_price": 0,
- "display_price": 0,
- "discount_price": 0,
- "full_price": 0
}, - "trial_pricing": "string",
- "vat": 2147483647,
- "vat_rate": "string",
- "badge_text": "string"
}
], - "quantity": 2147483647,
- "product_type": "string"
}
Get offer and pricing by ids
offer_id required | string |
pricing_id required | string |
HTTP_CLOUDFRONT_VIEWER_COUNTRY | string Country code of the user |
{- "offer": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "title": "string",
- "description": "string",
- "weight": 1,
- "is_trial": true,
- "position": 2147483647,
- "currency": "string",
- "period": 0,
- "pricings": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "display_text": "string",
- "original_display_price": 0,
- "display_price": 0,
- "discount_price": 0,
- "discount_price_vat_amount": 9223372036854776000,
- "discount": 100,
- "full_price": 0,
- "position": 2147483647,
- "solid_product_id": "897d0b70-f290-4560-9a31-4ba25f489fd0",
- "original_pricing": {
- "original_display_price": 0,
- "display_price": 0,
- "discount_price": 0,
- "full_price": 0
}, - "trial_pricing": "string",
- "vat": 2147483647,
- "vat_rate": "string",
- "badge_text": "string"
}
], - "quantity": 2147483647,
- "product_type": "string"
}, - "pricing": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "price": 0,
- "discount_price": 0,
- "discount_price_vat_amount": 9223372036854776000,
- "currency": "string",
- "discount": 100,
- "position": 2147483647,
- "weight": 1,
- "product_id": "string",
- "trial_pricing": {
- "discount_price": 0,
- "discount_price_vat_amount": 9223372036854776000,
- "full_price": 0,
- "period": 2147483647,
- "original_pricing": {
- "discount_price": 0,
- "full_price": 0
}, - "vat": 2147483647,
- "vat_rate": "string"
}, - "original_pricing": {
- "original_display_price": 0,
- "display_price": 0,
- "discount_price": 0,
- "full_price": 0
}, - "vat": 2147483647,
- "vat_rate": "string"
}
]
}
Get pricing by id
pricing_id required | string |
HTTP_CLOUDFRONT_VIEWER_COUNTRY | string Country code of the user |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "price": 0,
- "discount_price": 0,
- "discount_price_vat_amount": 9223372036854776000,
- "currency": "string",
- "discount": 100,
- "position": 2147483647,
- "weight": 1,
- "product_id": "string",
- "trial_pricing": {
- "discount_price": 0,
- "discount_price_vat_amount": 9223372036854776000,
- "full_price": 0,
- "period": 2147483647,
- "original_pricing": {
- "discount_price": 0,
- "full_price": 0
}, - "vat": 2147483647,
- "vat_rate": "string"
}, - "original_pricing": {
- "original_display_price": 0,
- "display_price": 0,
- "discount_price": 0,
- "full_price": 0
}, - "vat": 2147483647,
- "vat_rate": "string"
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "price": 0,
- "discount_price": 0,
- "discount_price_vat_amount": 9223372036854776000,
- "period": 2147483647,
- "has_trial": "string",
- "trial_pricing": {
- "discount_price": 0,
- "discount_price_vat_amount": 9223372036854776000,
- "full_price": 0,
- "period": 2147483647,
- "original_pricing": {
- "discount_price": 0,
- "full_price": 0
}, - "vat": 2147483647,
- "vat_rate": "string"
}, - "original_pricing": {
- "original_display_price": 0,
- "display_price": 0,
- "discount_price": 0,
- "full_price": 0
}, - "vat": 2147483647,
- "vat_rate": "string",
- "product": "string"
}
Create purchase
Note: for OneOff case we expect complete creation at once with user_id in data without patch request in future
:param data: :param locale: :return:
Accept-Language (string) or Accept-Language (null) (Accept-Language) |
purchase_token required | string (Purchase Token) |
User Id (integer) or User Id (null) (User Id) | |
currency required | string (Currency) |
amount required | integer (Amount) |
Subscription Id (string) or Subscription Id (null) (Subscription Id) | |
Product Id (string) or Product Id (null) (Product Id) |
{- "purchase_token": "string",
- "user_id": 0,
- "currency": "string",
- "amount": 0,
- "subscription_id": "string",
- "product_id": "string"
}
null
Update purchase
:param data: :param locale: :param attribution_id: :return:
x-zmrn-attribution-id | string (X-Zmrn-Attribution-Id) |
Accept-Language (string) or Accept-Language (null) (Accept-Language) |
purchase_token required | string (Purchase Token) |
user_id required | integer (User Id) |
Subscription Id (string) or Subscription Id (null) (Subscription Id) | |
Product Id (string) or Product Id (null) (Product Id) |
{- "purchase_token": "string",
- "user_id": 0,
- "subscription_id": "string",
- "product_id": "string"
}
null
Accept-Language | string (Accept-Language) Default: en |
transaction_id required | string (Transaction Id) |
User Id (integer) or User Id (null) (User Id) | |
Currency (string) or Currency (null) (Currency) | |
Amount (integer) or Amount (null) (Amount) |
{- "transaction_id": "string",
- "user_id": 0,
- "currency": "str",
- "amount": 0
}
null
x-zmrn-attribution-id | string (X-Zmrn-Attribution-Id) |
transaction_id required | string (Transaction Id) |
user_id required | integer (User Id) |
currency required | string (Currency) <= 3 characters |
amount required | integer (Amount) |
{- "transaction_id": "string",
- "user_id": 0,
- "currency": "str",
- "amount": 0
}
null
solidgate-event-id required | string <uuid> (Solidgate-Event-Id) |
merchant required | string (Merchant) |
signature required | string (Signature) |
{ }
null
solidgate-event-id required | string <uuid> (Solidgate-Event-Id) |
merchant required | string (Merchant) |
signature required | string (Signature) |
{ }
null
user_id required | integer (User Id) |
offer_id required | string <uuid> (Offer Id) |
pricing_id required | string <uuid> (Pricing Id) |
Language (string) or Language (null) (Language) | |
email required | string <email> (Email) |
lazy | boolean (Lazy) Default: true |
country_code required | string (Country Code) = 3 characters |
order_type | string (OrderType) Default: "FIRST" Enum: "FIRST" "TWO_STEP_PAYMENT" "RECURRING" "ONECLICK" |
{- "user_id": 0,
- "offer_id": "d5a7a5b7-a4a3-49e7-9c69-b44d2cbe15cf",
- "pricing_id": "65de3aea-aee1-459d-a8d8-f0fd9d8f340d",
- "language": "string",
- "email": "user@example.com",
- "lazy": true,
- "country_code": "str",
- "order_type": "FIRST"
}
null
required | object (FormPurchase) |
required | OneClickPurchaseUnauthorized (object) or FormPurchase (object) (Payload) |
{- "data": {
- "user_id": 0,
- "offer_id": "string",
- "pricing_id": "string",
- "user_uid": "f6a0c71c-a38a-4fc2-9782-e66a01572b15",
- "email": "user@example.com",
- "lazy": true
}, - "payload": {
- "user_id": 0,
- "offer_id": "string",
- "pricing_id": "string",
- "user_uid": "f6a0c71c-a38a-4fc2-9782-e66a01572b15"
}
}
null
x-zmrn-user-id required | integer (X-Zmrn-User-Id) |
[- {
- "updated_at": "2019-08-24T14:15:22Z",
- "payment_type": "PAYPAL",
- "currency": "string",
- "provider_updated_at": "2019-08-24T14:15:22Z",
- "subscription_id": "aa11a4c2-a467-43db-b413-c4ab0f5cf627",
- "reference_id": "97c1ff22-6e4f-4821-b1d3-5236781d37b8",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "expired_at": "2019-08-24T14:15:22Z",
- "offer_id": "d5a7a5b7-a4a3-49e7-9c69-b44d2cbe15cf",
- "created_at": "2019-08-24T14:15:22Z",
- "user_id": 0,
- "status": "CANCELLED",
- "provider_created_at": "2019-08-24T14:15:22Z",
- "generation_type": "LAZY",
- "pricing_id": "65de3aea-aee1-459d-a8d8-f0fd9d8f340d",
- "country": "string",
- "type": "FIRST",
- "amount": 0,
- "product_name": "string",
- "product_type": "string",
- "description": "string"
}
]
user_ids required | Array of integers (User Ids) |
{- "user_ids": [
- 0
]
}
[- {
- "user_id": 0,
- "order_id": "93101167-9065-4b9c-b98b-5d789a3ed9fe",
- "amount": 0
}
]
x-zmrn-user-id required | integer (X-Zmrn-User-Id) |
[- {
- "chargeback_reference_id": "string",
- "chargeback_status": "IN_PROGRESS",
- "chargeback_type": "1ST_CHB",
- "dispute_date": "2019-08-24T14:15:22Z",
- "chargeback_amount": 0,
- "chargeback_currency": "string",
- "order_status": "CANCELLED"
}
]
x-zmrn-user-id required | integer (X-Zmrn-User-Id) |
[- {
- "apm_dispute_reference_id": "string",
- "apm_dispute_status": "string",
- "dispute_create_time": "2019-08-24T14:15:22Z",
- "apm_dispute_amount": 0,
- "apm_dispute_currency": "string",
- "apm_dispute_channel": "string",
- "order_status": "CANCELLED"
}
]
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "reference_id": "97c1ff22-6e4f-4821-b1d3-5236781d37b8",
- "vat_amount": 0,
- "vat_rate": 0,
- "amount": 0,
- "currency": "string",
- "payment_method": "string",
- "type": "string",
- "status": "string",
- "purchased_at": "string",
- "subscription_id": "aa11a4c2-a467-43db-b413-c4ab0f5cf627",
- "card_info": { },
- "offer_id": "d5a7a5b7-a4a3-49e7-9c69-b44d2cbe15cf"
}
{- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "reference_id": "97c1ff22-6e4f-4821-b1d3-5236781d37b8",
- "user_id": 0,
- "subscription_id": "aa11a4c2-a467-43db-b413-c4ab0f5cf627",
- "country": "string",
- "region": "string",
- "vat_amount": 0,
- "vat_rate": 0,
- "amount": 0,
- "type": "string",
- "currency": "string",
- "offer_id": "d5a7a5b7-a4a3-49e7-9c69-b44d2cbe15cf",
- "pricing_id": "65de3aea-aee1-459d-a8d8-f0fd9d8f340d",
- "payment_type": "string",
- "status": "string",
- "transactions": [
- { }
]
}
reference_id required | string (Reference Id) |
{- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "reference_id": "97c1ff22-6e4f-4821-b1d3-5236781d37b8",
- "user_id": 0,
- "subscription_id": "aa11a4c2-a467-43db-b413-c4ab0f5cf627",
- "country": "string",
- "region": "string",
- "vat_amount": 0,
- "vat_rate": 0,
- "amount": 0,
- "type": "string",
- "currency": "string",
- "offer_id": "d5a7a5b7-a4a3-49e7-9c69-b44d2cbe15cf",
- "pricing_id": "65de3aea-aee1-459d-a8d8-f0fd9d8f340d",
- "payment_type": "string",
- "status": "string",
- "transactions": [
- { }
]
}
user_id required | integer (User Id) |
offer_id required | string (Offer Id) |
pricing_id required | string (Pricing Id) |
{- "user_id": 0,
- "offer_id": "string",
- "pricing_id": "string"
}
null
Array of Statuses (strings) or Statuses (null) (Statuses) |
x-zmrn-user-id required | integer (X-Zmrn-User-Id) |
{- "card_info": {
- "provider": "string",
- "mask": "string"
}, - "orders": [
- {
- "order_id": "string",
- "is_oneclick": true,
- "amount": 0,
- "currency": "string",
- "product_name": "string",
- "purchased_at": 0
}
]
}
user_id required | integer (User Id) |
offer_id required | string (Offer Id) |
pricing_id required | string (Pricing Id) |
user_uid required | string <uuid> (User Uid) |
{- "user_id": 0,
- "offer_id": "string",
- "pricing_id": "string",
- "user_uid": "f6a0c71c-a38a-4fc2-9782-e66a01572b15"
}
null
subscription_id required | string (Subscription Id) |
x-zmrn-user-id required | integer (X-Zmrn-User-Id) |
product_id required | string <uuid> (Product Id) |
{- "product_id": "0d012afa-f885-4e65-aeca-37e27701e2d1"
}
null
x-zmrn-attribution-id required | string <uuid> (X-Zmrn-Attribution-Id) |
x-zmrn-country-code | string (X-Zmrn-Country-Code) |
Fbclid (string) or Fbclid (null) (Fbclid) | |
Utm Source (string) or Utm Source (null) (Utm Source) | |
Utm Campaign (string) or Utm Campaign (null) (Utm Campaign) | |
Utm Adset (string) or Utm Adset (null) (Utm Adset) | |
Utm Ad (string) or Utm Ad (null) (Utm Ad) | |
Utm Adgroup (string) or Utm Adgroup (null) (Utm Adgroup) | |
Utm Keyword (string) or Utm Keyword (null) (Utm Keyword) | |
Utm Placement (string) or Utm Placement (null) (Utm Placement) | |
Extra (object) or Extra (null) (Extra) | |
timestamp required | number (Timestamp) |
{- "fbclid": "string",
- "utm_source": "string",
- "utm_campaign": "string",
- "utm_adset": "string",
- "utm_ad": "string",
- "utm_adgroup": "string",
- "utm_keyword": "string",
- "utm_placement": "string",
- "extra": { },
- "timestamp": 0
}
null
x-zmrn-attribution-id required | string <uuid> (X-Zmrn-Attribution-Id) |
x-zmrn-country-code | string (X-Zmrn-Country-Code) |
properties required | object (Properties) |
{- "properties": { }
}
null
x-zmrn-attribution-id required | string <uuid> (X-Zmrn-Attribution-Id) |
x-zmrn-country-code | string (X-Zmrn-Country-Code) |
Click Id (string) or Click Id (null) (Click Id) | |
Utm Source (string) or Utm Source (null) (Utm Source) | |
Utm Campaign (string) or Utm Campaign (null) (Utm Campaign) | |
Utm Adset (string) or Utm Adset (null) (Utm Adset) | |
Utm Ad (string) or Utm Ad (null) (Utm Ad) | |
Utm Adgroup (string) or Utm Adgroup (null) (Utm Adgroup) | |
Utm Keyword (string) or Utm Keyword (null) (Utm Keyword) | |
Utm Placement (string) or Utm Placement (null) (Utm Placement) | |
properties | object (Properties) Default: {} |
object (Extra) Default: {} |
{- "click_id": "string",
- "utm_source": "string",
- "utm_campaign": "string",
- "utm_adset": "string",
- "utm_ad": "string",
- "utm_adgroup": "string",
- "utm_keyword": "string",
- "utm_placement": "string",
- "properties": { },
- "extra": {
- "aff_cid": "string",
- "uid": "string"
}
}
null
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "status": "active",
- "reference_id": "string",
- "started_at": "2019-08-24T14:15:22Z",
- "expired_at": "2019-08-24T14:15:22Z",
- "next_charge_at": "2019-08-24T14:15:22Z",
- "product": { },
- "product_type": "string",
- "cancelled_at": "2019-08-24T14:15:22Z",
- "cancellation_reason": "string",
- "source": "string"
}
reference_id required | string (Reference Id) |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "status": "string",
- "reference_id": "string",
- "started_at": "2019-08-24T14:15:22Z",
- "expired_at": "2019-08-24T14:15:22Z",
- "cancelled_at": "2019-08-24T14:15:22Z",
- "next_charge_at": "2019-08-24T14:15:22Z",
- "product": { },
- "is_final_offer": true,
- "trial_mode": true,
- "cancel_code": "string",
- "source": "string"
}
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "status": "string",
- "reference_id": "string",
- "started_at": "2019-08-24T14:15:22Z",
- "expired_at": "2019-08-24T14:15:22Z",
- "cancelled_at": "2019-08-24T14:15:22Z",
- "next_charge_at": "2019-08-24T14:15:22Z",
- "product": { },
- "is_final_offer": true,
- "trial_mode": true,
- "cancel_code": "string",
- "source": "string"
}
]
x-zmrn-user-id required | integer (X-Zmrn-User-Id) |
subscription_id required | string <uuid> (Subscription Id) |
{- "subscription_id": "aa11a4c2-a467-43db-b413-c4ab0f5cf627"
}
null
x-zmrn-user-id required | integer (X-Zmrn-User-Id) |
subscription_id required | string <uuid> (Subscription Id) |
{- "subscription_id": "aa11a4c2-a467-43db-b413-c4ab0f5cf627"
}
null
Get recommended upsell based on user's attributions
X-Zmrn-User-Id (integer) or X-Zmrn-User-Id (null) (X-Zmrn-User-Id) |
{- "title": "string",
- "upsell_type": "string",
- "bullet_list": [
- "string"
], - "reviews": [
- {
- "name": "string",
- "review_text": "string"
}
]
}
API endpoint - Create user without password
id | integer |
uid | string <uuid> |
email required | string <email> |
verification_email | string or null <email> (Verification email address) |
date_joined | string <date-time> |
username | string or null |
is_active | boolean (Active) Designates whether this user should be treated as active. Unselect this instead of deleting accounts. |
LanguageEnum (string) or BlankEnum (any) |
{- "id": 0,
- "uid": "07cc67f4-45d6-494b-adac-09b5cbc7e2b5",
- "email": "user@example.com",
- "verification_email": "user@example.com",
- "date_joined": "2019-08-24T14:15:22Z",
- "username": "string",
- "is_active": true,
- "language": "en"
}
{- "id": 0,
- "uid": "07cc67f4-45d6-494b-adac-09b5cbc7e2b5",
- "email": "user@example.com",
- "verification_email": "user@example.com",
- "date_joined": "2019-08-24T14:15:22Z",
- "username": "string",
- "is_active": true,
- "is_new_user": "string",
- "language": "en"
}
page | integer A page number within the paginated result set. |
{- "count": 123,
- "results": [
- {
- "id": 0,
- "uid": "07cc67f4-45d6-494b-adac-09b5cbc7e2b5",
- "email": "user@example.com",
- "date_joined": "2019-08-24T14:15:22Z",
- "username": "string",
- "last_login": "2019-08-24T14:15:22Z",
- "is_active": true,
- "verification_email": "user@example.com",
- "is_onboarded": true,
- "is_grace_subscription": true,
- "language": "en",
- "registered_at": "2019-08-24T14:15:22Z"
}
]
}
{- "id": 0,
- "uid": "07cc67f4-45d6-494b-adac-09b5cbc7e2b5",
- "email": "user@example.com",
- "date_joined": "2019-08-24T14:15:22Z",
- "username": "string",
- "last_login": "2019-08-24T14:15:22Z",
- "is_active": true,
- "verification_email": "user@example.com",
- "is_onboarded": true,
- "is_grace_subscription": true,
- "language": "en",
- "registered_at": "2019-08-24T14:15:22Z"
}
{- "id": 0,
- "uid": "07cc67f4-45d6-494b-adac-09b5cbc7e2b5",
- "email": "user@example.com",
- "date_joined": "2019-08-24T14:15:22Z",
- "username": "string",
- "last_login": "2019-08-24T14:15:22Z",
- "is_active": true,
- "verification_email": "user@example.com",
- "is_onboarded": true,
- "is_grace_subscription": true,
- "language": "en",
- "registered_at": "2019-08-24T14:15:22Z"
}
API endpoint for user registration
email required | string <email> |
username required | string |
verification_email | string <email> |
{- "email": "user@example.com",
- "username": "string",
- "verification_email": "user@example.com"
}
{- "id": 0,
- "email": "user@example.com",
- "username": "string",
- "verification_email": "user@example.com"
}
API endpoint that allows users to be viewed or edited.
uid | string or null <uuid> |
email required | string <email> (Email address) <= 254 characters |
date_joined | string <date-time> |
username | string or null |
last_login | string or null <date-time> |
is_active | boolean (Active) Designates whether this user should be treated as active. Unselect this instead of deleting accounts. |
verification_email | string or null <email> (Verification email address) |
is_onboarded | boolean |
is_grace_subscription | boolean |
LanguageEnum (string) or BlankEnum (any) | |
registered_at | string or null <date-time> |
{- "uid": "07cc67f4-45d6-494b-adac-09b5cbc7e2b5",
- "email": "user@example.com",
- "date_joined": "2019-08-24T14:15:22Z",
- "username": "string",
- "last_login": "2019-08-24T14:15:22Z",
- "is_active": true,
- "verification_email": "user@example.com",
- "is_onboarded": true,
- "is_grace_subscription": true,
- "language": "en",
- "registered_at": "2019-08-24T14:15:22Z"
}
{- "id": 0,
- "uid": "07cc67f4-45d6-494b-adac-09b5cbc7e2b5",
- "email": "user@example.com",
- "date_joined": "2019-08-24T14:15:22Z",
- "username": "string",
- "last_login": "2019-08-24T14:15:22Z",
- "is_active": true,
- "verification_email": "user@example.com",
- "is_onboarded": true,
- "is_grace_subscription": true,
- "language": "en",
- "registered_at": "2019-08-24T14:15:22Z"
}
API endpoint that allows users to be viewed or edited.
id required | integer A unique integer value identifying this custom user. |
{- "id": 0,
- "uid": "07cc67f4-45d6-494b-adac-09b5cbc7e2b5",
- "email": "user@example.com",
- "date_joined": "2019-08-24T14:15:22Z",
- "username": "string",
- "last_login": "2019-08-24T14:15:22Z",
- "is_active": true,
- "verification_email": "user@example.com",
- "is_onboarded": true,
- "is_grace_subscription": true,
- "language": "en",
- "registered_at": "2019-08-24T14:15:22Z"
}
API endpoint that allows users to be viewed or edited.
id required | integer A unique integer value identifying this custom user. |
is_onboarded | boolean |
LanguageEnum (string) or BlankEnum (any) | |
username | string or null |
{- "is_onboarded": true,
- "language": "en",
- "username": "string"
}
{- "is_onboarded": true,
- "language": "en",
- "username": "string"
}