Log into the application with a refresh token and get a new access token and a new refresh token.
This operation might require SCA.
OK
Waiting SCA
Bad Request
Unauthorized
Forbidden
{- "refreshToken": "string"
}
{- "token": "string",
- "refreshToken": "string",
- "endUserId": "120e9d1f-8444-4b91-85e8-5b208615a3e5"
}
Whether you want to initialize first password or reset a password, you should use this endpoint. Send a secret by sms to the account owner that can be used to change the password of the account.
No Content
Bad Request
Unauthorized
Forbidden
{- "consumerPhone": "33123456789",
- "partnerName": "string",
- "phone": "string"
}
{- "status": 400,
- "details": [
- {
- "field": "name",
- "rejectedValue": "John Doe 56",
- "message": "Name must contains only letters"
}
], - "error": "linkcy.bad.request",
- "timestamp": "2019-08-24T14:15:22Z"
}
Change a user password.
OK
Bad Request
Unauthorized
Forbidden
{- "passwordChangeSecret": "string",
- "newPassword": "string"
}
{- "token": "string",
- "refreshToken": "string",
- "endUserId": "120e9d1f-8444-4b91-85e8-5b208615a3e5"
}
Log into the application with user credentials and get an access token and a refresh token.
This operation might require SCA.
OK
Waiting SCA
Bad Request
Unauthorized
Forbidden
{- "consumerPhone": "33123456789",
- "partnerName": "string",
- "password": "string"
}
{- "token": "string",
- "refreshToken": "string",
- "endUserId": "120e9d1f-8444-4b91-85e8-5b208615a3e5"
}