Skip to main content
GET
/
api
/
external
/
v2
/
subscription-contract-details
/
subscription-fulfillments
/
{contractId}
Get subscription fulfillment details for latest order
curl --request GET \
  --url https://subscription-admin.appstle.com/api/external/v2/subscription-contract-details/subscription-fulfillments/{contractId}
{
  "get__typename": "<string>",
  "id": "<string>",
  "fulfillmentOrders": {
    "get__typename": "<string>",
    "nodes": [
      {
        "get__typename": "<string>",
        "fulfillAt": {},
        "id": "<string>"
      }
    ],
    "pageInfo": {
      "get__typename": "<string>",
      "hasPreviousPage": true,
      "hasNextPage": true,
      "startCursor": "<string>",
      "endCursor": "<string>"
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://appstleinc-aeca3e0a.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Headers

X-API-Key
string

Path Parameters

contractId
integer<int64>
required

Contract ID

Query Parameters

api_key
string

API Key (Deprecated - Use Header X-API-Key instead)

Response

Successfully retrieved fulfillment details (may be null if no orders exist)

get__typename
string
id
string
fulfillmentOrders
object