ℹī¸Information

Overall information

GET /details

Retrieve all details of your organization.

Try it out

curl -X 'GET' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer TOKEN' \
  'https://exclusive-demand-report-api.ogury.co/details'

Specific information

GET /dates

Retrieve the available period for your statistics.

Try it out

curl -X 'GET' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer TOKEN' \
  'https://exclusive-demand-report-api.ogury.co/dates'

GET /countries

Retrieve the available countries of your organization.

Try it out

curl -X 'GET' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer TOKEN' \
  'https://exclusive-demand-report-api.ogury.co/countries' 

GET /formats

Retrieve available formats of your organization.

Try it out

curl -X 'GET' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer TOKEN' \
  'https://exclusive-demand-report-api.ogury.co/formats' 

GET /integration-types

Retrieve available integration types of your organization.

Try it out

curl -X 'GET' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer TOKEN' \
  'https://exclusive-demand-report-api.ogury.co/integration-types' 

GET /device-types

Retrieve available integration types of your organization.

Try it out

curl -X 'GET' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer TOKEN' \
  'https://exclusive-demand-report-api.ogury.co/device-types' 

GET /asset-types

Retrieve available asset types of your organization.

Try it out

curl -X 'GET' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer TOKEN' \
  'https://exclusive-demand-report-api.ogury.co/asset-types' 

GET /assets

Retrieve assets of your organization.

Try it out

curl -X 'GET' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer TOKEN' \
  'https://exclusive-demand-report-api.ogury.co/assets' 

Last updated