# GetConsent Endpoint: GET /consents/{id} Version: 1.0.0 Security: Api access ## Path parameters: - `id` (string, required) Id of the consent to retrieve ## Header parameters: - `api-version` (string) ## Response 200 fields (application/json): - `consentId` (string) The consent id Example: "1E5EFC3B-635E-4973-A605-41D7F0D6D7B3" - `resourceId` (string) Fully qualified resource id of the consent - `status` (string) Status of the consent Enum: "unknown", "created", "started", "authorized", "expired", "revoked", "failure", "awaitingApproval" - `additionalData` (null) Information about the consent that has been obtained ## Response 401 fields (application/json): - `type` (null,string) - `title` (null,string) - `status` (null,integer) - `detail` (null,string) - `instance` (null,string) ## Response 403 fields (application/json): - `type` (null,string) - `title` (null,string) - `status` (null,integer) - `detail` (null,string) - `instance` (null,string) ## Response 404 fields (application/json): - `type` (null,string) - `title` (null,string) - `status` (null,integer) - `detail` (null,string) - `instance` (null,string)