Overview
This section describes how to use the DataCater API and its resources. If you have any questions, please don't hesitate to join our Community Slack.
When accessing our API endpoints, please make sure that you use the correct hostname of your DataCater installation. We exclude the hostname from all endpoints in our documentation.
In general, API endpoints are available under the following host/path scheme:
{http_protocol}://{host_name}/api/{api_version}/{resource_name}
For instance, if your DataCater installation is running under
http://localhost:8080
, you can create an API access token using the following curl
command (assuming that you kept our default login credentials admin:admin
):curl -XPOST -uadmin:admin http://localhost:8080/api/v1/authentication
Last modified 9mo ago