GenuineLink
OpenAPI

List campaigns

GEThttps://app.genuinelink.ai/api/v1/campaigns

Returns a paginated list of outreach campaigns for the authenticated company account. Use query filters to narrow by lifecycle status or search campaign names. Results are ordered by most recently updated first.

Authenticate with a company API key (`glc_…`). Agency keys (`gla_…`) are supported when you also pass `X-Company-Id` for the target client company.

Recent Requests

0 requests this session
TimeStatusUser Agent
Make a request to see history.

Query Params

string

Filter campaigns by lifecycle status. When omitted, all non-archived statuses are returned.

string

Case-insensitive substring match against the campaign name. Useful for quick search in large workspaces.

integer
1 to 200

Maximum number of campaigns to return in a single page.

integer
≥ 0

Number of campaigns to skip before returning results. Use with `limit` for pagination.

Responses

object
itemsarrayrequired

Campaigns for the current page.

totalintegerrequired

Total campaigns matching the filter (across all pages).

limitintegerrequired

Page size that was applied.

offsetintegerrequired

Offset that was applied.

    GenuineLink Developer | GenuineLink