Get a grant

GET {{baseUrl}}/v3/grants/:grantId

Gets a grant with the provided ID

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"request_id":"\u003cstring\u003e","data":{"id":"\u003cstring\u003e","provider":"\u003cstring\u003e","scope":["\u003cstring\u003e","\u003cstring\u003e"],"created_at":"\u003cinteger\u003e","grant_status":"\u003cstring\u003e","email":"\u003cstring\u003e","user_agent":"\u003cstring\u003e","ip":"\u003cstring\u003e","state":"\u003cstring\u003e","updated_at":"\u003cinteger\u003e"}}