v1
latestOpenAPI 3.0.02026-07-14205154.3 KBSubscriptions
Get subscription details
Retrieve a specific subscription by its ID.
get/api/rns/pub/subscriptions/{id}
Path parameters
idstring nullable required
ID from the target subscription.
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
Requested subscription
Example response
{
"items": [
{
"manualPrice": 40,
"quantity": 5,
"skuId": "12"
}
]
}