# Nexthink API

Accessing features using the Nexthink APIs gives you the flexibility to create integrations from external third-party tools. Using APIs helps remove complexity, as IT teams do not have to access multiple consoles to carry out their work.

### Authentication methods <a href="#integrations-authenticationmethods" id="integrations-authenticationmethods"></a>

You can configure Nexthink web interface to grant access to the various APIs using the open standard for access delegation, OAuth. Refer to the [Nexthink Developer Portal](https://docs.nexthink.com/api) documentation for more information.

Contact [Nexthink Support](https://support.nexthink.com/) for more information.

### **List of Nexthink APIs**

* [Enrichment API](https://docs.nexthink.com/api/enrichment)
* [Campaign API](https://docs.nexthink.com/api/campaigns)
* [Remote Actions API](https://docs.nexthink.com/api/remote-actions)
* [NQL API](https://docs.nexthink.com/api/nql)
* [Spark API](https://docs.nexthink.com/api/spark)
* [Workflows API](https://docs.nexthink.com/api/workflows)

Contact [Nexthink Support](https://support.nexthink.com/) for more information.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nexthink.com/platform/configuring_nexthink/bringing-data-into-your-nexthink-instance/integrating-nexthink-with-third-party-tools/nexthink-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
