GET
/
api
/
v1
/
my-products
{
  "hydra:member": [
    {
      "@id": "<string>",
      "@type": "<string>",
      "uuid": "<string>",
      "id": 123,
      "name": "<string>",
      "nameEn": "<string>",
      "productStripeId": "<string>",
      "localCenter": "https://example.com/",
      "isArchived": true,
      "hasSubscription": true,
      "hasOneTimePayment": true,
      "goalValue": 123,
      "description": "<string>",
      "descriptionEn": "<string>",
      "logo": "<string>",
      "isFee": true,
      "isDonation": true,
      "settings": {
        "tenantLogo": true,
        "showTitle": true,
        "colorSelection": null,
        "colorButton": null,
        "disableSubscribe": false,
        "commentSection": true,
        "newestAndTopDonationSection": true,
        "requireFullAddress": false,
        "disableRegister": false,
        "lightThemeOnly": false,
        "isThankYouSingular": false
      },
      "descriptionInternal": "<string>",
      "type": "<string>",
      "goalValueSubscription": 123,
      "abTestingEnabled": true,
      "slug": "<string>",
      "slugGo": "<string>",
      "slugEnGo": "<string>",
      "metaGraphImage": "<string>"
    }
  ],
  "hydra:totalItems": 1,
  "hydra:view": {
    "@id": "string",
    "type": "string",
    "hydra:first": "string",
    "hydra:last": "string",
    "hydra:previous": "string",
    "hydra:next": "string"
  },
  "hydra:search": {
    "@type": "<string>",
    "hydra:template": "<string>",
    "hydra:variableRepresentation": "<string>",
    "hydra:mapping": [
      {
        "@type": "<string>",
        "variable": "<string>",
        "property": "<string>",
        "required": true
      }
    ]
  }
}

Query Parameters

page
integer
default:1

The collection page number

pagination
boolean

Enable or disable pagination

localCenter
string
localCenter[]
string[]
organisation
string
organisation[]
string[]
type
string
type[]
string[]
exists[organisation]
boolean
exists[localCenter]
boolean
exists[isArchived]
boolean
exists[hasLocalCenterOption]
boolean

Response

200
application/ld+json

Product collection

The response is of type object.