Create Subscription

Creates a new event call back subscription

SecurityOAuth2: OAuth2Flow
Request
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.

Request Body schema: application/json
event_type
required
string

Subscription Event Type

Enum: "APPLICATION_READY_FOR_SUBMISSION" "APPLICATION_SUBMITTED" "APPLICATION_PROCESSING" "APPLICATION_CHANGE_REQUESTED" "APPLICATION_REJECTED" "APPLICATION_APPROVED" "PAYMENT_CONFIRMED" "PAYMENT_EXCHANGE_EXECUTED"
callback_url
required
string

Endpoint to call on event

Responses
200

Success

400

Bad Request

401

Unauthorized

404

Not Found

500

Internal Error

post/v1/subscriptions
Request samples
application/json
{
  • "event_type": "APPLICATION_READY_FOR_SUBMISSION",
  • "callback_url": "string"
}
Response samples
application/json
{
  • "data": {
    }
}
© 2023 Layer2 Financial Inc. All Rights Reserved.