Verdicts

Retrieve one of your past verdicts by slug

GET
/api/v1/verdict

Authorization

bearerAuth
AuthorizationBearer <token>

An smx_live_... API key, issued at /developers. Send as: Authorization: Bearer smx_live_...

In: header

Query Parameters

slug*string

Response Body

application/json

curl -X GET "https://example.com/api/v1/verdict?slug=string"
{  "slug": "string",  "status": "pending",  "mode": "DECIDE",  "url": "string",  "slip": {},  "created_at": "2019-08-24T14:15:22Z"}