Gets information on all accounts.
Resource URL
https://eu.useriq.com/api/1.0/account/get_all
Resource Information
Request Type: GET
Response Format: JSON
Headers
- useriq-api-key (required): Your valid API key generated from the Site settings page
Parameters
1. page_number - The current page number of results you're getting. DEFAULT: 1
Example cURL Request:
curl \
-H "Content-type: application/json" \
-H "useriq-api-key: 572d7372829a3211a73d9c2cb790ffe3" \
https://eu.useriq.com/api/1.0/account/get_all
Example Result
{
"results": [{ ... }, { ... }, ...],
"page":1,
"results_per_page":100,
"total_results":###
}
Response Codes
200: OK. Request processed successfully
400: Bad Request. API request could not be understood by the server.
401: Unauthorized. Invalid API access token.
Comments
0 comments
Please sign in to leave a comment.