{ "operationId": "get-grants-id", "method": "GET", "path": "/grants/{id}", "summary": "Adyen Get Grant Reference Details", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "get-grants-id200Example", "example": { "amount": 1000, "balances": "example_value", "counterparty": "example_value", "fee": "example_value", "grantAccountId": "500123", "grantOfferId": "500123", "id": "500123", "repayment": "example_value", "status": "Pending" } }, { "status": "400", "contentType": "application/json", "name": "get-grants-id400Example", "example": { "detail": "example_value", "errorCode": "CODE123", "instance": "example_value", "invalidFields": [ "example_value" ], "requestId": "500123", "response": "example_value", "status": 500, "title": "example_value", "type": "standard" } }, { "status": "401", "contentType": "application/json", "name": "get-grants-id401Example", "example": { "detail": "example_value", "errorCode": "CODE123", "instance": "example_value", "invalidFields": [ "example_value" ], "requestId": "500123", "response": "example_value", "status": 500, "title": "example_value", "type": "standard" } }, { "status": "403", "contentType": "application/json", "name": "get-grants-id403Example", "example": { "detail": "example_value", "errorCode": "CODE123", "instance": "example_value", "invalidFields": [ "example_value" ], "requestId": "500123", "response": "example_value", "status": 500, "title": "example_value", "type": "standard" } }, { "status": "404", "contentType": "application/json", "name": "get-grants-id404Example", "example": { "detail": "example_value", "errorCode": "CODE123", "instance": "example_value", "invalidFields": [ "example_value" ], "requestId": "500123", "response": "example_value", "status": 500, "title": "example_value", "type": "standard" } }, { "status": "422", "contentType": "application/json", "name": "get-grants-id422Example", "example": { "detail": "example_value", "errorCode": "CODE123", "instance": "example_value", "invalidFields": [ "example_value" ], "requestId": "500123", "response": "example_value", "status": 500, "title": "example_value", "type": "standard" } }, { "status": "500", "contentType": "application/json", "name": "get-grants-id500Example", "example": { "detail": "example_value", "errorCode": "CODE123", "instance": "example_value", "invalidFields": [ "example_value" ], "requestId": "500123", "response": "example_value", "status": 500, "title": "example_value", "type": "standard" } } ] }