v13

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-04237161688.6 KB
Allow-list / Block-list

Add identifier to the block-list

Create an identifier that is blocked from accessing an instance

post/blocklist_identifiers

Request body

identifierstring required

The identifier to be added in the block-list. This can be an email address, a phone number, or a web3 wallet.

Response

Success

object'blocklist_identifier'

String representing the object's type. Objects of the same type share the same value.

idstring
identifierstring

An email address, email domain, phone number or web3 wallet.

identifier_type'email_address' | 'phone_number' | 'web3_wallet'
instance_idstring
created_atinteger

Unix timestamp of creation

updated_atinteger

Unix timestamp of last update.