Skip to main content
GET
/
api
/
public
/
suppression-lists
/
{id}
Get a suppression list
curl --request GET \
  --url https://astrasend-mocha.vercel.app/api/public/suppression-lists/{id} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Your API key (as_live_…), created under Settings → API keys.

Path Parameters

id
string
required

Response

Success

ok
boolean
Example:

true