post https://dev-openbanking.pub.credrails.com/api/v2/auth/login
Let's Check In!!
This endpoint will return a "JWT token" which is like a permit that you need to have with you throughout your safari adventure. This token will allow you to successfully use all other API endpoints.
Make sure to use the JSON Web Token (JWT) as a bearer token in the authorization header of all your subsequent requests. This will ensure that your requests are properly authenticated.
Reset Password
A temporary password has been sent to the email address you provided during registration. Please use this temporary password to set a new password of your choice.
Here's what we need from you:
{
"email": "jon.doe@testapi.com",
"password": "0ldv3rys3cur3passw0rd",
"newPassword": "newv3rys3cur3passw0rd"
}
Reset Password
- Password is as received in the email
- newPassword is the password of your choice. The password must contain a combination of uppercase and lowercase letters, numbers, and special characters, and must be at least 12 characters but not more than 99 characters in length
Login
Here's what we need from you:
{
"email": "jon.doe@testapi.com",
"password": "0ldv3rys3cur3passw0rd"
}
Login
- password - The password that you set.