> ## Documentation Index
> Fetch the complete documentation index at: https://docs.snagsolutions.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog 2026 03 10T18:58:59Z

### Snag Solutions - API Docs (v 0.1)

***

#### What's Changed

***

##### `GET` /api/users

###### Parameters:

Changed: `includeDelegation` in `query`

> Whether to include delegations in the response

##### `GET` /api/loyalty/badges

###### Parameters:

Changed: `includeDeleted` in `query`

> Include deleted badges in the response

##### `GET` /api/loyalty/rule\_groups

###### Return Type:

Changed response : **200 OK**

> 200

* Changed content type : `application/json`

  * Changed property `data` (array)

    Changed items (object):

    > Schema for a get loyalty rule groups response

    * Changed property `loyaltyGroupItems` (array)

      Changed items (object):

      * Changed property `loyaltyRule` (object)

        * Changed property `type` (string)

          Added enum value:

          * `dapps_by_transaction_count`

##### `GET` /api/loyalty/rules

###### Parameters:

Changed: `includeDeleted` in `query`

> Whether to include deleted/archived records

##### `POST` /api/loyalty/rules

###### Request:

Changed content type : `application/json`

* Changed property `type` (string)

  > Type of loyalty rule being created

  Added enum value:

  * `dapps_by_transaction_count`

###### Return Type:

Changed response : **200 OK**

> 200

* Changed content type : `application/json`

  * Changed property `type` (string)

    > Type of loyalty rule being created

    Added enum value:

    * `dapps_by_transaction_count`

##### `GET` /api/minting/assets

###### Parameters:

Changed: `includeMetadata` in `query`

> Whether to include metadata in the response

Changed: `includeDeleted` in `query`

> Whether to include deleted assets in the response

##### `GET` /api/minting/contracts

###### Parameters:

Changed: `showOnMarketplace` in `query`

Changed: `includeDeleted` in `query`

##### `GET` /api/token\_claims

###### Return Type:

Changed response : **200 OK**

> 200

* Changed content type : `application/json`

  * Changed property `data` (array)

    Changed items (object):

    * Added property `minPercentageToStake` (number)

#### Result

***

API changes broke backward compatibility
