Using an access_token
for the user affected, send the following request:
curl -X POST -H "Content-Type: application/json" -d '{"access_token": "ACCESS-TOKEN-HERE"}' https://auth.truelayer.com/api/debug
This will give you a response similar to the below, that you can send to TrueLayer for debugging:
{
"credentials_id": "SSwF1CgQMLOs0qratFpybzF7uJ3hxwppiw1C4s+rT4I=",
"debug_id": "mock|U1N3RjFDZ1FNTE9zMHFyYXRGcHliekY3dUozaHh3cHBpdzFDNHMrYXk0ST0",
"provider_id": "mock"
}
More
For more information about debug_id
s, check our documentation.
Check how we use debug_id
s to investigate issues here.