Skip to main content
POST
/
v1
/
ops
/
orgs
/
{id}
/
production-access
Approve (enabled=true) or reject/revoke (enabled=false) an org’s production access
curl --request POST \
  --url https://api.example.com/v1/ops/orgs/{id}/production-access \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json

The body is of type object.

Response

200

Production-access status after the decision