cURL
curl --request GET \ --url https://api.salesbricks.com/api/v2/persons/search \ --header 'X-SALESBRICKS-KEY: <api-key>'
{ "count": 123, "results": [ { "person_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "first_name": "<string>", "last_name": "<string>", "email": "[email protected]", "role": "<string>", "preferred_name": "<string>" } ], "next": "http://api.example.org/accounts/?offset=400&limit=100", "previous": "http://api.example.org/accounts/?offset=200&limit=100" }
API key for authentication
Number of results to return per page.
The initial index from which to return the results.
123
Show child attributes
"http://api.example.org/accounts/?offset=400&limit=100"
"http://api.example.org/accounts/?offset=200&limit=100"