Company Profiles

Retrieve profiles associated with a company

get

Fetches a list of profiles associated with the specified company. Supports pagination and filtering by date range.

Query parameters
company_idintegerRequired

The ID of the company for which to retrieve profiles.

Example: 385
limitintegerOptional

The number of profiles to retrieve per page.

Example: 10
pageintegerOptional

The page number to retrieve.

Example: 1
startintegerOptional

Start of the date range filter (Unix timestamp).

Example: 1700000000
endintegerOptional

End of the date range filter (Unix timestamp).

Example: 1702555178
only_idsbooleanOptional

Flag to indicate if only profile IDs should be returned.

Example: false
with_devicebooleanOptional

Flag to include device information with the profiles.

Example: false
Responses
200

A successful response with the list of profiles.

application/json
Responseone of
or
integer[]Optional
get
/company/profiles
200

A successful response with the list of profiles.

Last updated