# Create contact Endpoint: POST /v1/directory/contacts Version: 2.0.0 Security: oAuth2 ## Request fields (application/json): - `ownerRef` (string, required) - `name` (string, required) - `destination` (string, required) ## Response 201 fields (application/json): - `contactId` (string) - `ownerRef` (string) - `name` (string) - `destination` (string) - `createdAt` (string)