Field | Type | Required | Description | Example |
---|---|---|---|---|
object |
Optional[models.BlocklistIdentifierObject] | ➖ | String representing the object's type. Objects of the same type share the same value. |
blocklist_identifier |
id |
Optional[str] | ➖ | N/A | identifier_id |
identifier |
Optional[str] | ➖ | An email address, email domain, phone number or web3 wallet. |
blocked@example.com |
identifier_type |
Optional[models.BlocklistIdentifierIdentifierType] | ➖ | N/A | email_address |
instance_id |
Optional[str] | ➖ | N/A | instance_id_here |
created_at |
Optional[int] | ➖ | Unix timestamp of creation |
1609459200 |
updated_at |
Optional[int] | ➖ | Unix timestamp of last update. |
1612137600 |