People
Search and List Contacts in Your Account
GET /public/people — Returns a paged list of contacts. Filter by search text or contact type; sort results; defaults to page 1, size 10.
GET
The People endpoint returns all contacts stored in your Portal.io dealer account. You can narrow results with a free-text search, filter by one or more contact types, control sort order, and paginate using
PageNumber and PageSize. When either pagination value is missing or less than or equal to zero, the API defaults to page 1 with 10 results per page.
Authorizations
Portal application identifier used as part of HMAC-authenticated API requests.
Portal user API key used together with the HMAC signature headers.
Timestamp header included in the signed request to prevent replay attacks.
HMAC-SHA256 signature for the request, calculated over the canonical string defined in the authentication docs.
Headers
Accept Header
Available options:
application/json Query Parameters
Search text
Contact Types.
Available options:
Person, Company Available options:
ModifiedDate, CreatedDate, FirstName, LastName, LastActive, LastActiveByMe Available options:
Asc, Desc Page number. Starting from 1
Page Size