Get lead forms
GET/ad-publishing/linkedin/:accountId/forms
Retrieve LinkedIn lead gen forms for an ad account. Without limit the response is a plain array. When limit is provided (max 100) the response is a paginated { leadForms, paging } envelope; pass pageToken (from paging.next) to fetch the next batch.
Request
Responses
- 200
- 400
- 401
- 422
A plain array of lead forms (default), or a \{ leadForms, paging \} envelope when `limit` is provided
Bad Request
Unauthorized
Unprocessable Entity