/restapi/v1.0/account/:accountId/extension/:extensionId/grant

GET {{baseUrl}}/restapi/v1.0/account/:accountId/extension/:extensionId/grant?page=<integer>&perPage=<integer>

Get Extension Grants

Request Params

KeyDatatypeRequiredDescription
pagestringIndicates the page number to retrieve. Only positive number values are allowed. Default value is '1'
perPagestringIndicates the page size (number of items). If not specified, the value is '100' by default