header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/api/customer-vault' \
--header'Authorization: Bearer <token>'
Responses
🟢200List
application/json
Body
Example
{"items":[{"id":"1","dba":{"id":"1"},"firstName":"John","lastName":"Wick","company":null,"email":"johnwick@email.com","website":null,"phone":"+1 818-774-0010","altPhone":null,"identificator":"34","description":"Description to help me identify the customer","archived":"No","updatedOn":"2021-06-02 09:43:30","createdOn":"2021-06-02 09:43:30","_links":{"self":{"href":"https://zendashboard.com/api/customer-vault?id=4"}}}],"_links":{"self":{"href":"https://zendashboard.com/api/customers-vault?page=1"}},"_meta":{"totalCount":1,"pageCount":1,"currentPage":1,"perPage":30}}