---
title: "Get Protection Bulletin rule"
method: GET
path: "/v1/bulletin/setup/{program_id}"
tags: ["Rules"]
---

# Get Protection Bulletin rule

`GET /v1/bulletin/setup/{program_id}`

Gets a Protection Bulletin rule.

The information requested is not returned in the endpoint response. Instead, the information is sent in a [Bulletin rule event](https://developers.pismo.io/events/docs/bulletin-bulletin-rule-1).

**Note:** This endpoint takes an account token - an access token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a <b>401 Unauthorized</b> message.

## Path parameters

- `programId` integer, required

## Headers

- `Authorization` string, required

## Response `202`

Accepted

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error
- `504` — Gateway Timeout

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
