Skip to main content

Get Onboarding Status

GET 

https://account-mgmt-system.sandbox.splitit.com/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

Response Headers

    Schema

      Errors

      object[]

    • Array [

    • 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

    • Array [

    • Name stringrequired
      Apikey stringrequired
    • ]

    curl -L 'https://account-mgmt-system.sandbox.splitit.com/api/v1/partner-profiles/account/:accountId' \
    -H 'Accept: application/json' \
    -H 'Authorization: Bearer <TOKEN>'
    Request Collapse all
    Base URL
    https://account-mgmt-system.sandbox.splitit.com
    Auth
    Parameters
    — pathrequired
    ResponseClear

    Click the Send API Request button above and see the response here!