Skip to main content
POST
/
craetePhonebook
Create Phonebook
curl --request POST \
  --url https://api.bleeprs.com/api/craetePhonebook \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "description": "Nothing",
  "name": "Sample Book 1"
}
'

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