We've extended the Cardly API to allow for programmatic management of account invitations and user access revocation.
Update Details
The following new API endpoints are available for use:
- GET /invitations: Get a list of pending invitations for your business account.
- POST /invitations: Invite a user to access your business account.
- DELETE /invitations: Delete a pending invitation by email address.
- GET /invitations/{id}: Retrieve a specific invitation's details.
- DELETE /invitations/{id}: Delete a specific invitation by ID.
- GET /invitations/find: Attempt to find an invitation by email address.
- POST /invitations/resend: Resend an invitation to a specific email address.
- POST /invitations/resend/{id}: Resend a specific invitation by ID.
- GET /users: Get a listing of users with access to your business account.
- DELETE /users: Remove a specific user's access to your account by email address.
- GET /users/{id}: Get details about a specific user.
- DELETE /users/{id}: Remove a specific user's access to your account by id.
- GET /users/find: Attempt to find a specific user by email address.
If you have any queries or issues with these new endpoints, please don't
hesitate to get in touch with our support team for assistance.