cs-apolo-sapi icon

cs-apolo-sapi

(0 reviews)
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

FieldParameterRequired
client_idHeaderYes
client_secretHeaderYes

OAuth 2.0

FieldParameterRequired
AuthorizationHeaderYes

Diagram

resources/cs-apolo-sapi-78d5a295-65e7-4a12-9d54-bc0912e3e857.png


Notes

Not notes


Reviews