Introduction
The EclecticIQ Intelligence Center REST API allows you to programmatically interact with an Intelligence Center instance.
EclecticIQ Intelligence Center REST API
The EclecticIQ Intelligence Center REST API allows
you to programmatically interact with an Intelligence Center instance.
<version>
<version>
# Example:
curl -H "Authorization: Bearer $EIQ_TOKEN" http://<ic_url>/api/v1/
# Do this instead:
curl -H "Authorization: Bearer $EIQ_TOKEN" http://<ic_url>/api/v1/
REST API reference
The REST API reference is available at
https://developers.eclecticiq.com/reference
You can also access the REST API reference
on your Intelligence Center through the following:
- A Swagger-UI interface available on:
http://<ic_url>/api/v1/swagger-ui/
- A Redoc interface available on:
http://<ic_url>/api/v1/docs/
Updated over 2 years ago