cs-apolo-sapi
System API to interact with Apolo DB
home
How to consume
In order to consume this api, please follow this Exchange or Portal
Endpoints
Get All Providers, filtered by given params
GET /providers
Get all Contracts, filtered by given params
GET /companies/contracts
Get Contracts, for given Contracts id
GET /companies/contracts/{id}
Get all Workers, filtered by given params
GET /companies/workers
Create a new ContactInformation, with provided data
POST /companies/workers/contact-information
Put ContactInformation, for given ContactInformation id.
PUT /companies/workers/contact-information
Get all Customers, filtered by given params
GET /customers
Get all Contacts, filtered by given params
GET /contacts
Security Schemes
These are the mandatory security schemas to make requests to the API
Client Id Enforcement
Field | Parameter | Required |
---|---|---|
client_id | Header | Yes |
client_secret | Header | Yes |
OAuth 2.0
Field | Parameter | Required |
---|---|---|
Authorization | Header | Yes |
Diagram
Notes
Not notes