v1
latestOpenAPI 3.1.12026-07-269084337.9 KBDevice
List
Endpoint for retrieving a list of Devices.
get/zatca/devices/
Query parameters
pageinteger
A page number within the paginated result set.
page_sizeinteger
Number of results to return per page.
Headers
X-ZATCA-Branchstring
If the account is under a Group VAT, then it is required to be the TIN of the instance under the Group VAT. Otherwise it is optional and can be used as a branch name
X-ZATCA-Connected-Account-Idstring
The unique identifier of the connected account you're operating on behalf of
X-ZATCA-Environmentstring required
The zatca environment to use, available options are ['production', 'simulation']
Response
Example response
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2"
}