ResourcesLicense Instances

List all license instances

Retrieve a paginated list of license instances across your store.

Retrieve a paginated list of license instances across your store.

GET
/v2/license-key-instances

Authorization

bearerAuth
AuthorizationBearer <token>

Provide your SellApp API key as a bearer token.

In: header

Query Parameters

limit?integer

Limit the number of blacklist rules returned.

Default15
Range1 <= value <= 100
page?integer

The page number you are attempting to access.

Default1
Range1 <= value

Response Body

application/json

curl -X GET "https://sell.app/api/v2/license-key-instances"
{
  "data": [
    {
      "id": "9ebd37af-2077-42f9-9f88-d96cfc6ef1a8",
      "license_key_id": 1,
      "name": "zezima@osrs.com",
      "store_id": 1,
      "created_at": "2025-04-22T20:53:22.000000Z",
      "updated_at": "2025-04-22T20:53:22.000000Z"
    }
  ],
  "links": {},
  "meta": {}
}