Documentation Index
Fetch the complete documentation index at: https://mintlify.com/blindpaylabs/blindpay-node/llms.txt
Use this file to discover all available pages before exploring further.
Get Instance Members
Retrieve a list of all members in your instance.Response
Array of instance member objects
Update Instance
Update your instance settings.Parameters
The name of your instance
URL to redirect receivers after they accept an invite
Response
Returns a success response with no data on successful update.Delete Instance
Permanently delete your instance.Response
Returns a success response with no data on successful deletion.Delete Instance Member
Remove a member from your instance.Parameters
The ID of the member to remove
Response
Returns a success response with no data on successful deletion.Update Member Role
Update a member’s role in the instance.Parameters
The ID of the member to update
The new role for the member. One of:
owner, admin, finance, checker, operations, developer, viewerResponse
Returns a success response with no data on successful update.Member Roles
The following roles are available for instance members:- owner - Full access to all features and settings
- admin - Administrative access to manage the instance
- finance - Access to financial operations and reporting
- checker - Ability to review and approve transactions
- operations - Access to operational features
- developer - Access to API keys and developer tools
- viewer - Read-only access to the instance