Skip to content

Create profile

Creates a new profile with a name, optional description, and color.

POST /v1/profiles

Creates a new profile with a name, optional description, and color.

Request body

Content-Type: application/json

  • name (string) required
  • description (string)
  • color (string)

Example:

json

{
  "name": "Marketing Team",
  "description": "Profile for marketing campaigns",
  "color": "#4CAF50"
}

Responses

201 — Created

  • message (string)
  • profile ($ref)

400 — Invalid request

401

402

403 — Profile limit exceeded