GET /service/consent/:consentId/logs
Consent logs
Get consent logs
Path Parameters
- 200
- 400
OK
Schema
- Array [
- ]
RFC 3339 date time format (2007-11-06T16:34:41.000Z)
Log message
details object
Adding additional information to log (i.e. external IDs, links)
Possible values: [text, url]
[
{
"time": "2026-04-17T12:30:51.963Z",
"message": "string",
"details": {
"key": "text",
"value": "string"
}
}
]
Bad request
Schema
Description of error
Possible values: [invalid_parameter, unauthorized, forbidden, not_found, not_allowed, not_acceptable, bad_request, other]
Error code of a specific error. For more details visit https://documentation.fliqa.io/api/errors/{errorCode}
Possible values: [api_key_secret_header_must_be_provided, authorization_header_must_be_provided, access_not_allowed, domain_not_allowed, access_token_expired, invalid_access_scope, invalid_access_environment, invalid_argument, invalid_meta_data, phone_number_invalid, email_invalid, email_or_phone_number_required, invalid_pin, unspecified]
Error sub code of a specific error. For more details visit https://documentation.fliqa.io/api/errors/{errorCode}#{errorSubCode}
Link to documentation if available, typically https://documentation.fliqa.io/api/errors/{errorCode}
Unique request id
Unique resource id
{
"errorMessage": "string",
"errorCode": "unauthorized",
"errorSubCode": "phone_or_email_not_registered",
"documentationUrl": "string",
"requestId": "554099e7d0b648d7b96bc31c148425b8",
"resourceId": "9c14c6f2f0ee4a54a280be3c18ec1dba"
}