Step 1 - Create Job to Retrieve Identity
Overview
If you are retrieving identity information for the first time, or if you want to ensure that you have the most up-to-date information from the financial institution, you will need to create an identity job.
Create Identity Job
HTTP Request
Sandbox - POST <https://api.sandbox.aerosync.com/v2/accounts/{{user_id}}/identity>
Staging - POST <https://api.staging.aerosync.com/v2/accounts/{{user_id}}/identity>
Production - POST https://api.aerosync.com/v2/accounts/{{user_id}}/identity
Request Parameters
Parameter | Required? | Type | Description |
---|---|---|---|
user_id | Yes | String | A user's account unique identifier |
Request and Response
GET https://api.sandbox.aerosync.com/v2/accounts/{{user_id}}/identity
Authorization: Bearer {{token}}
{
"status": "success",
"statusCode": 200,
"identityStatus": "Initiated",
"jobId": "IDT-ff1d12fc6dfa4b34ac9df85e676c30c0",
"userId": "8cf406e45b2442e2b1ef491a5ce4cd0d"
}
Updated 8 days ago