For the complete documentation index, see llms.txt. For a full content snapshot, see llms-full.txt. Append .md to any kestra.io/docs/* URL for plain Markdown.

A credential submitted inside the request does not match the one on record.

  • HTTP status400 Bad Request
  • typehttps://kestra.io/docs/api-reference/problems/invalid-credentials

When you get it

  • A password change supplies an old password that is not the current one.

Example response

A response reporting this problem:

{
"type": "https://kestra.io/docs/api-reference/problems/invalid-credentials",
"title": "Invalid credentials",
"status": 400,
"detail": "The old password is incorrect.",
"instance": "/api/v1/users/5Dv3JXqPzT/password"
}

How to handle it

This is not the type for a failed sign-in. A request carrying no credentials, or credentials the server rejects while authenticating it, is reported as unauthenticated. This type means the request was authenticated, and then submitted a further credential that did not match.

For the members every problem document carries, see Problem Details.

Was this page helpful?