Retrieve Counterparties

Retrieves a list of counterparties given the filter parameters provided

SecurityOAuth2: OAuth2Flow
Request
query Parameters
page
integer <int32>

Page of records to get (default 0 = first page)

page_size
integer <int32>

Records to return per page (default = 20)

customer_id
string

Customer ID to whom the counterparty belongs

header Parameters
Authorization
string

OAuth bearer token (see authentication flows)

x-l2f-request-id
string

Optional Unique ID per request, useful for fault resolution/diagnosis and audit.

x-l2f-idempotency-id
string

Unique ID used to safely retry an operation. See idempotency section for more details.

Responses
200

Success

400

Bad Request

401

Unauthorized

404

Not Found

500

Internal Error

get/v1/counterparties
Response samples
application/json
{
  • "data": {
    },
  • "links": {
    }
}
© 2023 Layer2 Financial Inc. All Rights Reserved.