Sokin Embedded API
    Sokin Embedded API
    • Getting Started
      • Sokin Definitions
      • Guides
        • Authentication
        • Receiving Payments
        • FX Payments
        • Payments
        • Unfunded Payments
        • Unfunded FX Payments
    • Authentication
      • Get Token
        POST
      • Get Token on behalf of corporate
        POST
      • Schemas
        • TokenResponse
    • Corporate Currency Accounts
      • v2025-12-01
        • Get Corporate Currency Accounts
        • Get Corporate Currency Account By Reference
      • Schemas
        • GetCCAByReferenceResponse
        • GetCCAsResponse
        • GetCCAByReferenceResponsePayInDetail
        • GetCCAsResponseItem
        • PaginationInfo
    • Beneficiaries
      • v2025-12-01
        • Get Beneficiary Fields
        • Create External Beneficiary
        • Get Beneficiary List
        • Get Beneficiary Details
        • Delete Beneficiary
      • Schemas
        • BeneficiaryDetailsResponse
        • CreateExternalBeneficiaryRequest
        • CreateExternalBeneficiaryResponse
        • GetBeneficiaryFieldsResponse
        • BeneficiaryListResponse
        • BeneficiaryListResponse
    • Instruction Requests
      • v2025-12-01
        • Get Instruction Request By Reference
        • Create Payment Instruction Request
        • Create Fx Instruction Request
        • Create Fx Payment Instruction Request
        • Create Unfunded Payment Instruction Request
        • Create Unfunded Fx Payment Instruction Request
      • Schemas
        • CreateFXInstructionRequest
        • CreateFxPaymentInstructionRequest
        • CreateInstructionRequestResponse
        • CreatePaymentInstructionRequest
        • CreateResellerFxPaymentInstructionRequest
        • CreateResellerPaymentInstructionRequest
        • GetInstructionRequestResponse
    • Instructions
      • v2025-12-01
        • Get Instruction By Reference
      • Schemas
        • GetInstructionResponse
    • Foreign Exchange
      • v2025-12-01
        • Get Fx Rate
      • Schemas
        • FxRateRequest
    • Webhooks
      • Webhooks
      • Schemas
        • InstructionCreated
        • InstructionReqeustRejected
        • InstructionProcessedWebhook
        • InstructionRejectedWebhook
        • OnboardingRequestApproved
        • OnboardingRequestRejected
        • CorporateActivated
        • CorporateDeactivated
        • CorporateCurrencyAccountFundingReceived
        • WebhookSubscription
        • WebhookNotificationLogs

    WebhookNotificationLogs

    A paginated list of Notification Logs that a subscriber has queried. It shows the history of events and the delivery attempts made for each event.

    {
        "items": [
            {
                "id": "string",
                "reseller_id": "string",
                "corporate_id": "string",
                "event_type": "string",
                "payload": {
                    "enterpriseId": "string",
                    "eventId": "string",
                    "notificationType": "string",
                    "timestamp": "string",
                    "corporateId": "string",
                    "corporateName": "string",
                    "reference": "string"
                },
                "created_at": "string",
                "attempts": [
                    {
                        "id": "string",
                        "notification_id": "string",
                        "http_method": "string",
                        "headers_sent": {
                            "Content-Type": "string",
                            "User-Agent": "string",
                            "X-Idempotency-Key": "string",
                            "x-api-key": "string"
                        },
                        "attempt_number": 0,
                        "status_code": 0,
                        "response_body": "string",
                        "response_headers": {
                            "server": "string",
                            "content-type": "string",
                            "transfer-encoding": "string",
                            "x-request-id": "string",
                            "x-token-id": "string",
                            "cache-control": "string",
                            "date": "string"
                        },
                        "response_time_ms": 0,
                        "status": "string",
                        "error_message": "string",
                        "created_at": "string",
                        "sent_at": "string",
                        "completed_at": "string",
                        "next_retry_at": "string"
                    }
                ]
            }
        ],
        "total": 0,
        "limit": 0,
        "page": 0
    }
    Built with