Get list of Companies, from attendee profile, of attendees of an event with pagination

This API is used to get the list of companies of all the attendees of the event. The returned list is paginated and sorted alphabetically. To call this API, you need to pass,

  1. the eventurl in the path parameter.
  2. authorisation token in the header.
  3. A JSON object, in the request body, which should have page size, page and a search string. The search string can be empty to fetch all the companies. If any value is passed in the search string parameter then only the companies whose name matches the search string will be returned.

The response includes total records, filtered records, list of JSON elements representing the company. If there is any error then an error message will also be present.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Event url is unique identifier for your event. E.g https://www.accelevents.com/events/demo. Here demo is the event url.

Body Params
RAW_BODY
object

Specifies the search string, page and page size

Headers
string
required

Your API Key is being sent in the header of the request.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json