Contacts
This page includes all endpoints available for the client's contacts module of Logiciel Actif.
List all client's contacts
GET
https://app.gem-books.com/api/clients_contacts
Query Parameters
Name
Type
Description
page
string
The number of the page you wish to see. Default is 1.
per_page
string
The number of the desired result per page. Default is 20. Maximum is 100.
Headers
Name
Type
Description
Authentification
string
Bearer token.
Accept
string
Should be application/json
.
Retrieve a client's contact
GET
https://app.gem-books.com/api/clients_contacts/:id
Path Parameters
Name
Type
Description
id
string
The id of the contact to retrieve.
Add a new client's contact
POST
https://app.gem-books.com/api/clients_contacts
Last updated