Skip to main content
GET
/
v2
/
access
/
subscriptions
/
:subscriptionId
/
history
Get subscription history
curl --request GET \
  --url https://api-next.ofauth.com/v2/access/subscriptions/:subscriptionId/history \
  --header 'apiKey: <api-key>' \
  --header 'x-connection-id: <api-key>'
{
  "list": [
    {
      "subscribeDate": "<string>",
      "expireDate": "<string>",
      "price": 123
    }
  ],
  "hasMore": true
}

Authorizations

apiKey
string
header
required

Your OFAuth API key for authenticating requests.

x-connection-id
string
header
required

Requires a connection via the x-connection-id header.

Path Parameters

subscriptionId
string | null

Subscription ID

Minimum string length: 1

Query Parameters

all
enum<string>

Include all history (not just recent)

Available options:
0,
1,
true,
false

Response

Successful response

list
object[]
required
hasMore
boolean
required