v1

latestOpenAPI 3.1.02026-07-2458221215.8 KB
Contacts

Create a contact

Creates a new contact in your Superchat workspace.

post/contacts

Request body

first_namestring nullable

The first name of the contact

last_namestring nullable

The last name of the contact

gender'male' | 'female' | 'diverse' | 'unknown' nullable

The gender of the contact

Response

OK

idstring

The unique identifier of the contact

first_namestring nullable

The first name of the contact

last_namestring nullable

The last name of the contact

gender'male' | 'female' | 'diverse' | 'unknown' nullable

The gender of the contact

urlstring

The URL of the contact resource

created_atstring date-time
updated_atstring date-time

Example response

{
  "created_at": "2022-03-10T16:15:50Z",
  "updated_at": "2022-03-10T16:15:50Z"
}