Use this API to allow customers the ability to retrieve grants for their own use. The response has all the grants provided by and provided to the customer.
All authenticated customers can access this API.
Response for get customer grants
No content
Bad Request
Unauthorized
Not Acceptable
Internal server error
{- "grantsOn": {
- "customer": [
- {
- "customerName": "Kerry Simpson",
- "id": "1000"
}
]
}, - "grantsTo": {
- "customer": [
- {
- "customerName": "John Russel Tierney"
}, - {
- "customerName": "Jacob Marshall"
}
]
}
}