cURL
curl --request GET \ --url https://app.weesend.com/api/v1/contactBooks/{contactBookId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "teamId": 123, "properties": {}, "emoji": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "_count": { "contacts": 123 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"clx1234567890"
Retrieve the contact book
Show child attributes