v1

latestOpenAPI 3.0.02026-07-14205154.3 KB
Cycles

Get cycle details

Retrieve a specific cycle by its ID.

get/api/rns/pub/cycles/{cycleId}

Path parameters

cycleIdstring nullable required

ID from the desired cycle.

Headers

Content-Typestring required
Example:application/json

Type of the content being sent.

Acceptstring required
Example:application/json

HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand.

Response

OK

customerEmailstring nullable
cycleCountinteger
datestring date-time
idstring nullable
isInRetryboolean
lastUpdatestring date-time
messagestring nullable
statusstring nullable
subscriptionIdstring nullable

Example response

{
  "context": {
    "items": [
      {
        "quantity": 5,
        "skuId": "12"
      }
    ]
  },
  "simulationItems": [
    {
      "quantity": 5
    }
  ]
}