cURL
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" } '
Create a new phone book
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Description of the phone book
"Nothing"
Name of the phone book
"Sample Book 1"
Was this page helpful?