Read a consumer consent record by consent_id.
cURL
curl --request GET \ --url https://api.example.com/consent/consumer/{consent_id}
{ "consent_id": "<string>", "field_access_grants": [ { "furnishing_entity_id": "<string>", "field_definitions": [], "effective_from": "<string>", "effective_to": "<string>" } ], "created_at": "<string>", "events": "<string>", "scope": "<string>" }
Successful Response
Output model for /consent/consumer/create
Create a consumer consent record (direct, server-to-server). Returns a consent_id used for all subsequent queries.
Show child attributes