Skip to main content
POST
Create Phonebook

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
description
string

Description of the phone book

Example:

"Nothing"

name
string

Name of the phone book

Example:

"Sample Book 1"

Response

200 - undefined