Already Allowlisted
Already Allowlisted
Type URI: https://docs.rip.bet/errors/already_allowlisted
What it means
A wallet that already has approved or admin-level access submitted a new
access request. Access requests are only meaningful for waitlisted or
revoked identities; an already-approved user has no pending decision to
make. The HTTP status is 409 Conflict.
When you might see this
POST /v1/access-requestsfrom a wallet whose access level resolves toAllowedorAdmin. This typically happens when a frontend shows the request form before checking the user's current access level.
How to resolve
- Call
GET /v1/access-status(or the equivalent identity endpoint) on app load and skip the access-request form when the user is already approved. - If the user expected to need access, treat this response as a success signal and route them to the authenticated experience instead of showing an error.
- If you suspect the access level is wrong, ask an admin to review the whitelist entry; this error itself is not the recovery path.