cURL
curl --request POST \ --url https://app.weesend.com/api/v1/contactBooks \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "emoji": "<string>", "properties": {} } '
{ "id": "<string>", "name": "<string>", "teamId": 123, "properties": {}, "emoji": "<string>", "createdAt": "<string>", "updatedAt": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Show child attributes
Create a new contact book