POST
/
gateway
/
apiKeys
/
ipwhitelist
/
approve
/
{otp}
curl --request POST \
  --url https://spark.test.woodcore.co/api/v2/gateway/apiKeys/ipwhitelist/approve/{otp} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

otp
string
required

Response

200

IP whitelist successfully approved