# Create contact

**POST** `/contacts`

Creates a customer profile that can be matched to messages and events.

Authentication: bearerAuth
Required scopes: `contact:create`
Allowed roles: `owner`, `admin`, `agent`
Authorization: Create a contact in the workspace.

## Request body

- `application/json`: `CreateContactRequest` required.

## Responses

- `201`: Contact created
- `default`: Error
