Get connected account
Retrieve detailed information about a specific connected account by ID.
Note: This endpoint is currently in beta and might be subject to changes.
GET
TypeScript
Path Parameters
The ID of the account to fetch.
Minimum string length:
1Response
Account response
Unique identifier of the connected account.
Example:
"acc-123456"
Human-readable name of the connected account.
Example:
"Main Venue Account"
The ID of the venue the account belongs to.
Example:
"BRIDGE"
Available options:
WAITING_FOR_APPROVAL, APPROVED, REJECTED, CANCELLED, FAILED The ID of the parent main account, if this is a sub account.
Example:
"acc-parent-001"
IDs of sub-accounts associated with this connected account.
Example:
["acc-sub-001", "acc-sub-002"]Previous
Disconnect connected accountDisconnect a connected account by ID.
**Note**:
- This endpoint is currently in beta and might be subject to changes.
Next
TypeScript