Representation in a Request
Idempotency keys are universally unique identifiers and should be passed into the header asX-Idempotency-Key
.
When to use them
Refer to the table below to know which a request operation to the Pipevest API requires an idempotency key.Request Type | Required |
---|---|
GET | No |
POST | Yes |
PUT | Yes |
PATCH | Yes |
DELETE | Yes |