open a campaign, snapshotting current memberships as items.
POST
Secret API key operationId: create_access_review/v1/access-reviews Authorization
Server-to-server. Send a secret key as a Bearer token plus the x-application-id header.
Request body · required
namestring 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 requestPOST
http://localhost:8080/v1/access-reviews