> ## 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 02 24T22:16:17Z

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

***

#### What's Changed

***

##### `GET` /api/websites

###### Return Type:

Changed response : **200 OK**

> 200

* Changed content type : `application/json`

  * Changed property `data` (array)

    > Array of websites

    Changed items (object):

    > Schema representing a website

    New optional properties:

    * `_count`

    * `onchainTokens`

    - Deleted property `onchainTokens` (array)
      > Onchain tokens associated with the website

    - Deleted property `_count` (object)
      > Counts of related entities

##### `POST` /api/websites

###### Return Type:

Changed response : **200 OK**

> 200

* Changed content type : `application/json`

  New optional properties:

  * `_count`

  * `onchainTokens`

  - Deleted property `onchainTokens` (array)
    > Onchain tokens associated with the website

  - Deleted property `_count` (object)
    > Counts of related entities

#### Result

***

API changes broke backward compatibility
