Developers
API ReferenceTicket Blacklist

Retrieves a TicketBlacklist resource

GET
/ticket/ticket-blacklists/{id}

Retrieves a TicketBlacklist resource

Authorization<token>

Value for the Authorization header parameter.

In: header

Path Parameters

id*string

TicketBlacklist identifier

Response Body

curl -X GET "https://example.com/ticket/ticket-blacklists/string"
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "type": "domain",  "value": "string",  "createdBy": {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "firstName": "string",    "lastName": "string",    "email": "string",    "pictureSm": "string",    "contractorName": "string",    "jobPositionName": "string"  }}