Skip to main content
POST
Create phone book contact

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required
Required string length: 1 - 100
numbers
string[]
required
Required array length: 1 - 50 elements
Required string length: 1 - 64

Response

Contact created

success
enum<boolean>
required
Available options:
true
data
object
required