The Admin API is designed to allow larger organizations to interact with their locations in a programmatic way.
The Admin API is designed for Customers looking to manage a large number of locations or API Partners who want to integrate at a system level. Most users will not need to use these APIs - if you want to discuss your integrations plans with our engineers get in touch at [email protected].
Common use cases for this API include:
The Admin API uses a standard Opinous Token as documented in the REST Authentication section.
Admin API endpoints require "Admin" permissions on the Token. Learn more about granting permissions to API tokens here.
This endpoint allows you to list the Locations attached to the Organization.
GET - https://api.opinous.com/v1/locations
Header Name | Required | Value |
---|---|---|
| Required | Bearer <API Token> |
[
{
"id": "87f64071-e090-48cb-9bbc-532dc701e55a",
"name": "My Opinous Test Location",
"color_code": "6B5AED",
"icon": "far fa-map-marker-alt",
}
]