Influencer Hero API (1.4.2)

API documentation for the Influencer Hero platform.

Download OpenAPI description
Languages
Servers
https://api.influencer-hero.com/

Test endpoints

Endpoints to test authenticated and public requests

Operations

Public Hello Endpoint

Request

A public endpoint to verify the API is working without authentication. Use /v1/account/hello to test authenticated requests.

curl -i -X GET \
  https://api.influencer-hero.com/v1/public/hello

Responses

Public request well received.

Bodyapplication/json
Response
application/json
{ "message": "Public request well received. Use /v1/account/hello to test authenticated requests." }

Authenticated Hello Endpoint

Request

An authenticated endpoint to verify user credentials.

curl -i -X GET \
  https://api.influencer-hero.com/v1/account/hello

Responses

Authenticated request successfully processed.

Bodyapplication/json
Response
application/json
{ "message": "You are logged in - <account_id> - <user_id>" }

CRM

Endpoints related to CRM functionalities.

Operations

Affiliate Tracking

[Advanced] Server-side endpoints for tracking affiliate actions and performance. For most use cases, the client-side tracking script will be sufficient.

Operations

Account

Account-related functionalities for dealflow and brand searching.

Operations

webhooks

Webhooks