Solution
Having problems?
More
If you need more information...
Have a look at our comprehensive list of the authentication error descriptions in our
.Check out our Guide "Getting started with Data API".
invalid_client
relates to theclient_id
or the client_secret
being invalid.client_id
and client_secret
are different in both environments. You can find more information in our docs.client_id
is correct. You can check it in the Console.client_secret
is correct. You should have kept this in a safe place when downloading the file.client_id
& client_secret
in Postman, it should match the ones from the Console:client_secret
, you can always generate a new one through the TrueLayer Console, under App Settings → Reset Client Secret. Remember to save your client-secret somewhere safe and memorable and replace it everywhere in your application.
Sandbox
When using the Sandbox environment in the Console, make sure to download the ‘Sandbox Postman Collection’.
The URI in the Sandbox environment is https://auth.truelayer-sandbox.com/
.
Live
When using the ‘Live’ environment using the Console, make sure to download the ‘Live Postman Collection’.
The URI, in this case, must be https://auth.truelayer.com/
If you need more information...
Have a look at our comprehensive list of the authentication error descriptions in our API documentation.
Check out our Guide "Getting started with Data API".