Skip to main content
GET
/
api
/
v1
/
listings
Get all listings (campaigns with pools)
curl --request GET \
  --url https://{subdomain}.mihu.ai/api/v1/listings \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://developers.mihu.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Query Parameters

page
integer
default:1
per_page
integer
default:15
status
string

Response

200

Success