Get customer account

Retrieve an account details

SecurityoAuth2
Request
path Parameters
customerUID
required
number

Unique Customer Id

accountUID
required
number

Unique Account Id

direction
required
string

Sweep Direction

Enum: "in" "out" "inout"
Responses
200

OK

204

No Content

400

Bad request

401

You are not authorized to access the resource

403

Accessing the resource you were trying to reach is forbidden

404

The resource you were trying to reach is not found

500

Internal server error

503

Service unavailable

default

Successful

get/v1/customers/{customerUID}/accounts/{accountUID}/sweeps/{direction}
Request samples
Response samples
application/json
{
  • "sweepOut": {
    },
  • "sweepIn": {
    }
}