Developers
Docs
  • Introduction
  • Welcome
  • Getting Started
    • Authentication
    • Errors
    • Idempotency
    • Pagination
    • Metadata
    • Versioning
    • Traceability
    • Limitations
  • API
    • API reference
      • Agreements
        • Agreement Object
        • List agreements
        • Get agreement
        • Get template
        • Create agreement
      • ApiKeys
        • ApiKey object
      • Customers
        • Customer object
        • List customers
        • Get customer
      • Mandates
        • Mandate object
      • Payments
        • Cancel
      • Webhooks
      • Merchants
        • Me
    • Specification
  • Webhooks
    • Events
Powered by GitBook
On this page
  1. API
  2. API reference
  3. Agreements

Get agreement

List agreements

GET https://api.debitdirect.io/agreements/{handle}

Path Parameters

Name
Type
Description

handle*

String

Query Parameters

Name
Type
Description

page

int

pagesize

int

{
    "handle" : "string"
}

PreviousList agreementsNextGet template

Last updated 2 years ago