Zum Hauptinhalt springen
GET
/
offer-templates
cURL
curl -X GET \
 /offer-templates \
 --header "Authorization: Bearer <token>"
{
  "data": [
    {
      "name": "<string>",
      "id": "<string>",
      "sections": [
        "<string>"
      ],
      "type": "section"
    }
  ],
  "meta": {
    "pagination": {
      "totalItems": 123,
      "itemsPerPage": 123,
      "currentPage": 123,
      "lastPage": 123,
      "pageTotalItems": 123
    }
  }
}

Autorisierungen

Authorization
string
header
erforderlich

Value for the Authorization header parameter.

Abfrageparameter

page
integer
Standard:1

The collection page number

limit
integer
Standard:30

The number of items per page

Erforderlicher Bereich: 0 <= x <= 100
type
string
type[]
string[]

Antwort

OfferTemplate collection

data
object[]
meta
object