API Overview

The Netography API allows you to interact with the Netography Fusion platform programmatically. It is a REST API that returns JSON data.

To begin using the Netography API, you need API credentials, which consist of the appkey, appname, shortname, and API shared secret fields. If you have direct access to the Netography Portal, go to the Create a Netography API Key section to get started. If you are an API developer without direct access, provide that link to your Netography admin and have them create an API key and provide those 4 values to you.

If you already have those fields ready, you can go directly to: Send a JWT request token

Base URL

All URLs referenced in the documentation have the following base URL:

https://api.netography.com

Do you need to use the API?

🪝

Webhooks

If you want to take action based on an event trigger in Netography Fusion, that is part of Netography's Response Integrations capability. This can be done using Webhooks, or with other supported Response Integrations, and does not directly interact with the API documented here.

For details on how to integrate with Webhooks and other Response Integrations, see:

Netography Docs - Response Integrations - Webhook

☁️

Integrations with Cloud Providers and 3rd Party Products

If you are looking to integrate with a cloud provider, or use an integration that already exists in the product, see:

Netography Docs - Context Integrations

Getting Started

You can use the live API connection and code samples provided to interact with the API through this site.

You can also find all the references you need to connect to the API in your existing language, platform, and systems.

If you do not find pre-built reference material for the platform you are using to integrate, let us know what you are using so we can expand the docs to include that for you in the future.

Read the Security Considerations section if you want to know more about how the live API works.