Skip to main content

Create Profile

Endpoint

GET /v1/profile/new

Description

This endpoint allows the creation of a profile. Upon successful creation, the response body contains details of the created profile, including its ID, name, creation timestamp and status(by default, after creation equals to 'Draft').

Responses

Success Response

  • Code: 200 OK
  • Content:
{
"id": "pr_362e3b6d2b6e4e5da67a3211198ccaef",
"object": "profile",
"profile": {
"name": "New profile",
"userId": "6638da64051674afd8f71549",
"status": "Draft",
"created": "2024-07-08T06:54:31.0169116Z",
"id": "668b8d279d2eeceb321c48bb"
}
}