/
List credential root item...
Retrieves a list of root items for a specified credential.
Security
SecretApiKey or JWT
Criteria for filtering collection items. This field requires a special format. Use , to specify multiple allowed values. Use ; to specify multiple fields.
For more information, see Search filters.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/service-credentials/{type}/{id}/items
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/service-credentials/{type}/{id}/items
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/service-credentials/{type}/{id}/items
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/service-credentials/{type}/{id}/items?limit=0&offset=0&filter=string&q=string&fields=string&sort=string' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Response
[ { "id": "2ytkMntAC2Ke7aIgpaOBjz9IORRlNRjwFqO7KvyNam3B", "name": "Spreadsheet 1" } ]