EndpointsTexts
List texts
Returns a collection of text personalizations.
AuthorizationbearerAuth
Authorization
bearerAuth AuthorizationBearer <token>
OAuth2 access token — how to obtain one is described under Setup → Authentication.
In: header
Query Parameters
page?integer
Page number — see Basic Usage → Pagination.
Default
1Header Parameters
Accept*"application/json"
The API only responds with JSON — this header is mandatory on every request (see Setup → Headers).
Default
"application/json"Value in
- "application/json"
Response Body
application/json
Request example
curl -X GET "https://example.com/texts" \ -H "Accept: application/json"{ "data": [ { "id": 0, "content": "string", "font": "string", "color": "string", "production_method": { "id": 0, "handle": "string", "name": "string", "description": "string" } } ], "meta": { "current_page": 0, "per_page": 0, "total": 0 }}