Get Onboarding Status
GET/api/v1/partner-profiles/account/:accountId
Call this endpoint to get the onboarding status of an account you added. You can add multiple documents at once. Authenticate with your bearer token.
Request
Path Parameters
accountId stringrequired
Id of the added account
Responses
- 200
- 404
- 500
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Array [
]
Errors
object[]
Code string
Message string
AdditionalInfo string
StatusCode int32required
TraceId string
IsSuccess booleanrequired
Account
object
AccountId stringrequired
AccountName stringrequired
AccountEmail stringrequired
ApprovedDate date-time
ParentId stringrequired
ParentName stringrequired
Status AccountStatuses (string)required
Possible values: [New
, PendingApproval
, Approved
, Rejected
, Synced
, Failed
]
Terminals
object[]
required
Name stringrequired
Apikey stringrequired
{
"Errors": [
{
"Code": "string",
"Message": "string",
"AdditionalInfo": "string"
}
],
"StatusCode": 0,
"TraceId": "string",
"IsSuccess": true,
"Account": {
"AccountId": "string",
"AccountName": "string",
"AccountEmail": "string",
"ApprovedDate": "2024-06-06T16:41:09.479Z",
"ParentId": "string",
"ParentName": "string",
"Status": "New",
"Terminals": [
{
"Name": "string",
"Apikey": "string"
}
]
}
}
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Errors
object[]
Code string
Message string
AdditionalInfo string
StatusCode int32required
TraceId string
IsSuccess booleanrequired
{
"Errors": [
{
"Code": "string",
"Message": "string",
"AdditionalInfo": "string"
}
],
"StatusCode": 0,
"TraceId": "string",
"IsSuccess": true
}
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Errors
object[]
Code string
Message string
AdditionalInfo string
StatusCode int32required
TraceId string
IsSuccess booleanrequired
{
"Errors": [
{
"Code": "string",
"Message": "string",
"AdditionalInfo": "string"
}
],
"StatusCode": 0,
"TraceId": "string",
"IsSuccess": true
}
Loading...