Blacklist API

Get the details about a blacklist item

get/blacklist/{id}

Path parameters

idstring required

The id that you were given when adding the blacklist entry

Response

Request successfully processed

idstring

Blacklist item id

typestring

Type of the entry, e.g. iban

datastring

IBAN

Example response

{
  "id": "bl_c3nL2MafX8WdfiIM",
  "type": "iban",
  "data": "FR1420041010050500013M02606"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.