The Configuration – API page provides the ability for you to create new API applications as well as the ability to view and edit current API configurations.
The Kochava Management API provides real-time alerts for fraud detection, retrospective insights into data trends, and tools for configuration management. OAuth2 authentication secures all access.
For more information on the Attribution API and access to the API Playground, refer to our AIM Platform documentation.
Create a New API Application
- Click Create New API Application.
- Enter an Application Name.
- Enter a Description.
- Click Create API Application.
After you create a new API application, it appears at the top of the page with its Client ID, Client Secret and description.
Using the API
The API delivers AIM attribution data through a streamlined and flexible GraphQL interface.
To use the API, you will need to authenticate to the AIM platform with a JWT access token in the Authorization header of every request in the format Bearer {token}.
Once the API Application has been created, you can generate an access token, view the CURL, C#, Go, Java, Node.JS, PHP, Python or Ruby code samples.
Edit the API
Editing the API allows you to update the Application Name, Status or Description.
- Click Edit.
- Update the Application Name. (optional)
- Update the Description. (optional)
- Click Inactive. (optional)
- Click Update API Application.
Rotate Secret
Rotate the Client Secret for enhanced security, compliance and incident response according to your company’s best practices.
- Click Rotate Secret.
- Click Ok in the confirmation pop-up.
- Copy the new Secret and securely send it to clients.
Delete API Application
- Click Delete.
- Click Ok in the confirmation pop-up.




