Get an application by ID
Retrieves the full details of a single application. Use this to check the current status of an onboarding or feature request submission.
Authorizations
Path Parameters
Response
The requested application
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
Unique application identifier
^app_[0-9A-Za-z]{22}$Current lifecycle status of the application
pending, processing, approved, rejected, cancelled "pending"
Timestamp when the application was created
"2026-01-15T09:30:00.000Z"
Timestamp when the application was last modified
"2026-01-15T09:30:00.000Z"
CUSTOMER_ONBOARDING Client-provided identifier for cross-referencing. Omitted when the client did not supply one.
^[A-Za-z0-9_\-:.]{1,255}$"ext-12345"
Timestamp when the application was submitted for review. Omitted while still in progress.
"2026-01-15T09:30:00.000Z"
Machine-readable failure code on rejected applications. Omitted on non-rejected applications.
REJECTED_BY_OPS, COMPLIANCE_DENIED Customer-facing failure message accompanying failureCode. Omitted on non-rejected applications.
Customer this onboarding application produced. Omitted while the application is still being reviewed; present after approval persists the customer row.
^cus_[0-9A-Za-z]{22}$