Reference / Governance

open a campaign, snapshotting current memberships as items.

POST /v1/access-reviews
Secret API key operationId: create_access_review

Authorization

Server-to-server. Send a secret key as a Bearer token plus the x-application-id header.

Request body · required

  • name string required

Responses

201 Created

Request

curl -X POST "http://localhost:8080/v1/access-reviews" \
  -H "Content-Type: application/json" \
  -d '{
  "name": "string"
}'

Try it

live request
POST http://localhost:8080/v1/access-reviews

Request body

application/json