Skip to content

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

Request

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

Security
ApiKeyAuth
curl -i -X GET \
  https://api.influencer-hero.com/v1/public/hello \
  -H 'X-API-KEY: YOUR_API_KEY_HERE'

Responses

Public request well received.

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

Request

An authenticated endpoint to verify user credentials.

Security
ApiKeyAuth
curl -i -X GET \
  https://api.influencer-hero.com/v1/account/hello \
  -H 'X-API-KEY: YOUR_API_KEY_HERE'

Responses

Authenticated request successfully processed.

Bodyapplication/json
Response
application/json
{ "message": "You are logged in - <account_id> - <user_id>" }
Operations
Operations
Operations
Operations
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
Operations

Webhooks

Receive real-time notifications when events occur in your account. Webhooks are secured via HMAC-SHA256 signatures.

Webhooks