HTTP errors per endpoint
POST /token
/token
Status code | Response title/detail | Action |
---|---|---|
403 |
| Get in touch with the Customer Success to enable your account. |
500 |
| There has been some internal error, possibly within the AWS architecture. You'll have to try again and seek assistance from Customer Success if it continues. |
400 |
| Provide a valid key-value pair
inside request header. |
400 |
| Provide a valid
(2.0 - 2.1) |
400 |
| Provide a valid
(2.0 - 2.1) |
404 |
| Provide a valid authorization header. This can happen if your API key is deleted, or your application is deleted, or if you use API key from dev environment in production. |
400 |
| Provide a valid key-value pair
inside request header. |
403 |
| Forbidden. There have been too many requests for the token endpoint within a 5 minute period from a specific IP address. |
POST /users
/users
Status code | Response title/detail | Action |
---|---|---|
401 |
| Provide a key-value pair
inside request header and provide key-value pair
or
or both inside request body |
400 |
| Provide valid key-value pair inside request body |
400 |
| Provide key-value pair
or
or both inside request body |
400 |
| Provide correct format of email inside request body |
400 |
| Provide correct format of mobile inside request body |
403 |
| Get a new access token on
endpoint |
403 |
| Incorrect/missing scope set for the token you are using, You likely need to supply
. Make sure when you provide scope you are setting this in the body and not as a request header. |
400 |
| Provide a valid accept header |
400 |
| Provide business name |
503 |
| Try again later, and if problem persists reach out to Customer Success |
400 |
| Provide a valid format of posted user |
GET /users/{userId}
/users/{userId}
Status code | Response title/detail | Action |
---|---|---|
401 |
| Provide a key-value pair
inside request header and provide key-value pair
or
or both inside request body |
400 |
| Check you are providing a valid
in the URL |
404 |
|
does not exist... Provide correct
in URL |
403 |
| Get a new access token on
endpoint |
400 |
| Provide a valid accept type |
401 |
| Ensure you the token you're using is valid for use with the
in the URL |
500 |
| Contact Customer Success |
POST /users/{userId}
/users/{userId}
Status code | Response title/detail | Action |
---|---|---|
400 |
| Provide email OR mobile in request body |
400 |
| Provide correct format of mobile phone in request body |
400 |
| Provide correct format of email in request body |
401 |
| Provide authorization in request header |
400 |
| Provide a valid
in URL |
403 |
| Get a new access token from '/token' endpoint |
403 | Access to this resource is forbidden` | Incorrect/missing scope set for the token you are using, You likely need to supply
. Make sure when you provide scope you are setting this in the body and not as a request header. |
400 |
| Provide a valid accept header |
400 |
| Provide
|
400 |
| Provide a valid
|
404 |
| This user is unable to be found. It may have been deleted or you may be using the incorrect API as resources are restricted to their designated applications. |
500 |
| Contact Customer Success |
503 |
| Please try again. If problem persists get in touch with Customer Success. |
DELETE /users/{userId}
/users/{userId}
Status code | Response title/detail | Action |
---|---|---|
403 |
| Provide authorization token in request header |
404 | `Requested user does not exist.' | This user is unable to be found. It may have been deleted or you may be using the incorrect API as resources are restricted to their designated applications. |
400 |
| Provide a valid userId in URL |
401 |
| Provide authorization in request header |
403 |
| Get a new access token on
endpoint |
400 |
| Provide a valid accept header |
400 | User ID not supplied` | Provide userID |
500 |
| Please contact Customer Success |
503 |
| Please wait 5 minutes and try again. If problem persists please contact Customer Success |
POST /users/{userId}/connections
/users/{userId}/connections
Status code | Response body | Action |
---|---|---|
401 |
| provide key-value pair {"authorization" : " Bearer YOUR_ACCESS_TOKEN" } inside request header |
400 |
| Provide valid
inside request body |
400 |
| Provide valid
inside request body |
400 |
| Provide valid
inside request body |
400 |
| Provide valid request body, not empty body |
415 |
| Provide content type |
403 |
| Get a new access token on
endpoint |
400 |
| Provide a valid
|
400 |
| Provide a valid accept header |
401 |
| Ensure you the token you're using is valid for use with the
in the URL |
400 |
| Provide a valid userId |
403 |
| You currently only have a sandbox account and need to be enabled for live data before you can connect real institutions. Please contact Customer Support to do so. |
404 |
| This user is unable to be found. It may have been deleted or you may be using the incorrect API as resources are restricted to their designated applications. |
400 | `The institution you are trying to connect to is currently disabled. Our developers have been notified and are working to have the issue resolved. | We are having issues with this institution and are working on it. You can check the status of it using the status page on your dashboard. |
503 |
| Service is unavailable. Please try again in 5 minutes. If the issue persists please contact Customer Success. |
500 |
| Please try again in 5 minutes. If the issue persists please contact Customer Success. |
403 |
| Sandbox connections are limited and you have reached that limit. Please reach out to CS to increase your limit. |
GET /users/{userId}/connections
/users/{userId}/connections
Status code | Response title/detail | Action |
---|---|---|
403 |
| Incorrect/missing scope set for the token you are using, You likely need to supply
. Make sure when you provide scope you are setting this in the body and not as a request header. |
400 |
| Provide a valid accept header |
400 |
| Provide a userId |
400 |
| Provide a valid userID |
404 |
| This user is unable to be found. It may have been deleted or you may be using the incorrect API as resources are restricted to their designated applications. |
503 |
| Try again in 5 minutes. If problem persists contact customer success. |
500 |
| Contact the customer success team, |
POST /users/{userId}/connections/refresh
/users/{userId}/connections/refresh
Status code | Response title/detail | Action |
---|---|---|
401 |
| Provide key-value pair
inside request header |
400 |
| Provide a valid accept header |
400 |
| Provide userId parameter |
403 |
| Incorrect/missing scope set for the token you are using, You likely need to supply
. Make sure when you provide scope you are setting this in the body and not as a request header. |
400 |
| Provide a valid userId |
404 |
| This user is unable to be found. It may have been deleted or you may be using the incorrect API as resources are restricted to their designated applications. |
500 |
| Please contact support. |
GET /jobs/{jobId}
/jobs/{jobId}
Status code | Response title/detail | Action |
---|---|---|
401 |
| Provide key-value pair
inside request header |
403 |
| Get a new access token on
endpoint |
400 |
| Provide a valid jobId |
404 | Requested resource is not found | This job is unable to be found. It may have been deleted or you may be using the incorrect API as resources are restricted to their designated applications. |
400 |
| Provide a valid accept header |
400 | Job ID not supplied | Provide a jobId |
404 |
| This user is unable to be found. It may have been deleted or you may be using the incorrect API as resources are restricted to their designated applications. |
500 |
| Please contact Customer Success |
403 |
| Incorrect/missing scope set for the token you are using, You likely need to supply
. Make sure when you provide scope you are setting this in the body and not as a request header. |
GET /users/{userId}/jobs
/users/{userId}/jobs
Status code | Response title/detail | Action |
---|---|---|
401 |
| Provide key-value pair
inside request header |
400 |
| Provide a valid userID |
403 |
| Get a new access token on
endpoint |
403 |
| Incorrect/missing scope set for the token you are using, You likely need to supply
. Make sure when you provide scope you are setting this in the body and not as a request header. |
400 |
| Provide a valid accept header |
404 |
| This user is unable to be found. It may have been deleted or you may be using the incorrect API as resources are restricted to their designated applications. |
404 | Cause: Invalid version for endpoint Body: Route not found for this API version. | |
POST /users/{userId}/connections/{connectionId}
/users/{userId}/connections/{connectionId}
Status code | Response title/detail | Action |
---|---|---|
400 |
| Provide a valid userID |
401 |
| Provide key-value pair
inside request header |
403 |
| Get a new access token on
endpoint |
403 |
| Provide a valid userId in URL. This error can happen if you don't provide userId in URL (for example
) |
400 |
| Provide a valid connectionId in URL, it may be formatted incorrectly. |
403 |
| Incorrect/missing scope set for the token you are using, You likely need to supply
. Make sure when you provide scope you are setting this in the body and not as a request header. |
400 |
| Provide a valid accept header |
415 |
| Provide a valid content type |
401 |
| Ensure you the token you're using is valid for use with the resources in the URL |
400 |
| Provide valid request body, not empty body |
400 |
| Please provide correctly formatted password |
404 |
| This connection is unable to be found. It may have been deleted or you may be using the incorrect API as resources are restricted to their designated applications. |
400 |
| The connection type is not web so this is not supported. |
400 |
| This resource is unable to be found. It may have been deleted or you may be using the incorrect API as resources are restricted to their designated applications. |
400 | `The institution you are trying to connect to is currently disabled. Our developers have been notified and are working to have the issue resolved. | We are having issues with this institution and are working on it. You can check the status of it using the status page on your dashboard. |
404 |
| This resource is unable to be found. It may have been deleted or you may be using the incorrect API as resources are restricted to their designated applications. |
500 |
| Please contact Customer Success |
503 |
| Please try again. If problem persists get in touch with Customer Success. |
DELETE /users/{userId}/connections/{connectionId}
/users/{userId}/connections/{connectionId}
400 |
| Provide a valid userID |
---|---|---|
401 |
| Provide key-value pair
inside request header |
403 |
| Get a new access token on
endpoint |
403 |
| Provide a valid userId in URL |
400 |
| Provide a valid connectionId in URL |
403 |
| Incorrect/missing scope set for the token you are using, You likely need to supply
. Make sure when you provide scope you are setting this in the body and not as a request header. |
400 |
| Provide connection ID |
404 |
| This resource is unable to be found. It may have been deleted or you may be using the incorrect API as resources are restricted to their designated applications. |
404 |
| This user is unable to be found. It may have been deleted or you may be using the incorrect API as resources are restricted to their designated applications. |
500 |
| Please contact Customer Success |
503 |
| Please try again. If problem persists get in touch with Customer Success. |
GET /users/{userId}/connections/{connectionId}
/users/{userId}/connections/{connectionId}
Status code | Response title/detail | Action |
---|---|---|
401 |
| Provide key-value pair
inside request header |
400 |
| Provide a valid userID |
400 |
| Provide a valid connectionId in URL |
404 |
| This resource is unable to be found. It may have been deleted or you may be using the incorrect API as resources are restricted to their designated applications. |
403 |
| Get a new access token on
endpoint |
403 |
| Incorrect/missing scope set for the token you are using, You likely need to supply
. Make sure when you provide scope you are setting this in the body and not as a request header. |
400 |
| Provide a valid accept header |
401 |
| Ensure you the token you're using is valid for use with the resources in the URL |
400 |
| Provide connection ID |
500 |
| Please contact Customer Success |
503 |
| Please try again. If problem persists get in touch with Customer Success. |
POST /users/{userId}/connections/{connectionId}/refresh
/users/{userId}/connections/{connectionId}/refresh
Status code | Response title/detail | Action |
---|---|---|
401 |
| Provide key-value pair
inside request header |
403 |
| Get a new access token on
endpoint |
400 |
| Provide a valid userID |
404 |
| This user is unable to be found. It may have been deleted or you may be using the incorrect API as resources are restricted to their designated applications. |
400 |
| Provide a connectionId in URL |
400 |
| Provide a valid connectionId in URL |
400 |
| Provide a valid accept header |
403 |
| Incorrect/missing scope set for the token you are using, You likely need to supply
. Make sure when you provide scope you are setting this in the body and not as a request header. |
404 |
| This resource is unable to be found. It may have been deleted or you may be using the incorrect API as resources are restricted to their designated applications. |
400 |
| Connection type is not valid therefore not compatible. |
400 |
| The credentials are invalid. This could be because a user has changed their password. You may need to prompt user to resupply new credentials. |
403 |
| You currently only have a sandbox account and need to be enabled for live data before you can connect real institutions. Please contact Customer Support to do so. |
500 |
| Please contact Customer Success |
503 |
| Please try again. If problem persists get in touch with Customer Success. |
GET /users/{userId}/accounts
/users/{userId}/accounts
Status code | Response title/detail | Action |
---|---|---|
403 |
| Get a new access token on
endpoint |
401 |
| Provide key-value pair
inside request header |
400 |
| Provide a valid userID |
404 |
| This user is unable to be found. It may have been deleted or you may be using the incorrect API as resources are restricted to their designated applications. |
403 |
| Incorrect/missing scope set for the token you are using, You likely need to supply
. Make sure when you provide scope you are setting this in the body and not as a request header. |
400 |
| Provide a valid accept header |
404 |
| This resource is unable to be found. It may have been deleted or you may be using the incorrect API as resources are restricted to their designated applications. |
400 |
| This can occur if the connection type is not "web" |
500 |
| Please contact Customer Success |
GET /users/{userId}/accounts/{accountId}
/users/{userId}/accounts/{accountId}
Status code | Response title/detail | Action |
---|---|---|
403 |
| Get a new access token on
endpoint |
401 |
| Provide key-value pair
inside request header |
400 |
| Provide a valid accountId in URL |
404 |
| This resource is unable to be found. It may have been deleted or you may be using the incorrect API as resources are restricted to their designated applications. |
400 |
| Provide a valid userID in URL |
403 |
| Incorrect/missing scope set for the token you are using, You likely need to supply
. Make sure when you provide scope you are setting this in the body and not as a request header. |
400 |
| Provide a valid accept header |
400 |
| Provide valid accountId |
400 |
| Provide a valid userID |
404 |
| This user is unable to be found. It may have been deleted or you may be using the incorrect API as resources are restricted to their designated applications. |
500 |
| Please contact Customer Success |
GET /users/{userId}/transactions
/users/{userId}/transactions
Status code | Response title/detail | Action |
---|---|---|
403 |
| Get a new access token on
endpoint |
401 |
| Provide key-value pair
inside request header |
400 |
| Provide a valid userID in URL |
400 |
| Provide a valid userID |
404 |
| This user is unable to be found. It may have been deleted or you may be using the incorrect API as resources are restricted to their designated applications. |
403 |
| Incorrect/missing scope set for the token you are using, You likely need to supply
. Make sure when you provide scope you are setting this in the body and not as a request header. |
400 |
| Provide a valid accept header |
400 |
| Provide a valid value for parameter next in URL |
400 |
| Provide a valid value for parameter limit in URL |
400 |
| Provide a value for parameter limit that is not greater than 500 |
400 |
| Provide a valid value for parameter PostDate |
500 |
| Please contact Customer Success |
GET /users/{userId}/transactions/{transactionId}
/users/{userId}/transactions/{transactionId}
Status code | Response title/detail | Action |
---|---|---|
403 |
| Get a new access token on
endpoint |
401 |
| Provide key-value pair
inside request header |
400 |
| Provide userId in URL |
400 |
| Provide a valid userID in the URL |
404 |
| This user is unable to be found. It may have been deleted or you may be using the incorrect API as resources are restricted to their designated applications. |
400 |
| Provide valid transactionId in URL |
404 |
| This resource is unable to be found. It may have been deleted or you may be using the incorrect API as resources are restricted to their designated applications. |
400 |
| Provide a valid accept header |
403 |
| Incorrect/missing scope set for the token you are using, You likely need to supply
. Make sure when you provide scope you are setting this in the body and not as a request header. |
400 |
| Provide transaction ID in URL |
503 |
| Please try again. If problem persists get in touch with Customer Success. |
500 |
| Please contact Customer Success |
POST /users/{userId}/affordability
/users/{userId}/affordability
Status code | Response title/detail | Action |
---|---|---|
401 |
| Provide key-value pair
inside request header |
403 |
| Get a new access token on
endpoint |
400 |
| Provide a valid userID |
404 |
| These accounts are unable to be found. It may have been deleted or you may be using the incorrect API as resources are restricted to their designated applications. |
400 |
| Provide a valid accept header |
403 |
| Incorrect/missing scope set for the token you are using, You likely need to supply
. Make sure when you provide scope you are setting this in the body and not as a request header. |
401 |
| Ensure you the token you're using is valid for use with the resources in the URL |
400 | Dates not in valid format. Date has to be in yyyy-mm-dd format | Provide a valid dates format in yyyy-mm-dd format |
400 |
| Provide a valid dates format in yyyy-mm-dd format |
400 |
| Provide a valid toDate format in yyyy-mm-dd format |
400 |
| Ensure you are sendign a |
404 |
| This user is unable to be found. It may have been deleted or you may be using the incorrect API as resources are restricted to their designated applications. |
500 |
| Please contact Customer Success |
400 |
| User's accounts contains mixed currencies which is causing issues with aggregation. Remove these accounts |
GET /users/{userId}/affordability/{snapshotId}
/users/{userId}/affordability/{snapshotId}
Status code | Response title/detail | Action |
---|---|---|
401 |
| Provide key-value pair
inside request header |
403 |
| Get a new access token on
endpoint |
400 |
| Provide a valid userID |
400 |
| Provide a valid snapshotId in URL |
400 |
| Provide a valid accept type |
403 |
| Incorrect/missing scope set for the token you are using, You likely need to supply
. Make sure when you provide scope you are setting this in the body and not as a request header. |
401 |
| Ensure you the token you're using is valid for use with the resources in the URL |
400 |
| Missing snapshotId, please provide. |
404 |
| This user is unable to be found. It may have been deleted or you may be using the incorrect API as resources are restricted to their designated applications. |
500 |
| Please contact Customer Success |
403 |
| You are not enabled for this feature. Please contact Customer Success to have this enabled. |
503 |
| Please try again. If problem persists get in touch with Customer Success. |
POST users/{userId}/income
users/{userId}/income
Status code | Response title/detail | Action |
---|---|---|
401 |
| Provide key-value pair
inside request header |
403 |
| Get a new access token on
endpoint |
400 |
| Provide a valid userID |
400 |
| Provide a valid accept header |
403 |
| Incorrect/missing scope set for the token you are using, You likely need to supply
. Make sure when you provide scope you are setting this in the body and not as a request header. |
401 |
| Ensure you the token you're using is valid for use with the resources in the URL |
400 | Dates not in valid format. Date has to be in yyyy-mm-dd format | Provide a valid dates format in yyyy-mm-dd format |
400 |
| Provide a valid dates format in yyyy-mm-dd format |
400 |
| Provide a valid toDate format in yyyy-mm-dd format |
404 |
| This user is unable to be found. It may have been deleted or you may be using the incorrect API as resources are restricted to their designated applications. |
404 |
| This resource is unable to be found. It may have been deleted or you may be using the incorrect API as resources are restricted to their designated applications. |
403 |
| You are not enabled for this feature. Please contact Customer Success to have this enabled. |
400 |
| User's accounts contains mixed currencies which is causing issues with aggregation. Remove these accounts |
500 |
| Please contact Customer Success |
GET /users/{userId}/income/{snapshotId}
/users/{userId}/income/{snapshotId}
Status code | Response title/detail | Action |
---|---|---|
401 |
| Provide key-value pair
inside request header |
403 |
| Get a new access token on
endpoint |
400 |
| Provide a valid userID |
400 |
| Provide a valid snapshotId in URL |
400 |
| provide a valid accept type |
403 |
| Incorrect/missing scope set for the token you are using, You likely need to supply
. Make sure when you provide scope you are setting this in the body and not as a request header. |
401 |
| Ensure you the token you're using is valid for use with the resources in the URL |
400 |
| Missing snapshotId, please provide in URL |
404 |
| This user is unable to be found. It may have been deleted or you may be using the incorrect API as resources are restricted to their designated applications. |
404 |
| This resource is unable to be found as the user does not have any accounts. |
403 |
| You are not enabled for this feature. Please contact Customer Success to have this enabled. |
500 |
| Please contact Customer Success |
POST /users/{userId}/expenses
/users/{userId}/expenses
Status code | Response title/detail | Action |
---|---|---|
401 |
| Provide key-value pair
inside request header |
403 |
| Get a new access token on
endpoint |
400 |
| Provide a valid userID |
400 |
| Provide a valid accept type |
403 |
| Incorrect/missing scope set for the token you are using, You likely need to supply
. Make sure when you provide scope you are setting this in the body and not as a request header. |
401 |
| Ensure you the token you're using is valid for use with the resources in the URL |
400 | Dates not in valid format. Date has to be in yyyy-mm-dd format | Provide a valid dates format in yyyy-mm-dd format |
400 |
| Provide a valid dates format in yyyy-mm-dd format |
400 |
| Provide a valid toDate format in yyyy-mm-dd format |
404 |
| This resource is unable to be found as the user does not have any accounts. |
403 |
| You are not enabled for this feature. Please contact Customer Success to have this enabled. |
400 |
| User's accounts contains mixed currencies which is causing issues with aggregation. Remove these accounts |
500 |
| Please contact Customer Success |
GET users/{userId}/expenses/{snapshotId}
users/{userId}/expenses/{snapshotId}
Status code | Response title/detail | Action |
---|---|---|
401 |
| Provide key-value pair
inside request header |
403 |
| Get a new access token on
endpoint |
400 |
| Provide a valid userID |
400 |
| Provide a valid snapshotId in URL |
400 |
| Provide a valid accept header |
403 |
| Incorrect/missing scope set for the token you are using, You likely need to supply
. Make sure when you provide scope you are setting this in the body and not as a request header. |
401 |
| Ensure you the token you're using is valid for use with the resources in the URL |
400 |
| Missing snapshotId, please provide in URL |
500 |
| Please contact Customer Success |
404 |
| This user is unable to be found. It may have been deleted or you may be using the incorrect API as resources are restricted to their designated applications. |
400 |
| Invalid snapshotId, please check the value you are providing |
404 |
| User does not have any accounts connected |
403 |
| You are not enabled for this feature. Please contact Customer Success to have this enabled. |
POST users/{userId}/statements
users/{userId}/statements
Status code | Response title/detail | Action |
---|---|---|
401 |
| Provide key-value pair
inside request header |
403 |
| Get a new access token on
endpoint |
400 |
| Provide a valid userID |
400 |
| Check you are providing either a valid statement file or an institutionId. |
413 |
| The statement you have provided is too large, try with something smaller. |
400 |
| Choose correct/compatible institution for statement upload |
400 |
| Provide a valid accept header |
403 |
| Incorrect/missing scope set for the token you are using, You likely need to supply
. Make sure when you provide scope you are setting this in the body and not as a request header. |
401 |
| Ensure you the token you're using is valid for use with the resources in the URL |
404 |
| This user is unable to be found. It may have been deleted or you may be using the incorrect API as resources are restricted to their designated applications. |
403 |
| You are not enabled for this feature. Please contact Customer Success to have this enabled. |
400 |
| User's accounts contains mixed currencies which is causing issues with aggregation. Remove these accounts |
500 |
| Please contact Customer Success |
503 |
| Please try again. If problem persists get in touch with Customer Success. |
Updated 3 months ago