Substy Developers
Publishing

List creator stories

List stories available on a creator's platform account.

GET/v1/agencies/{agencyId}/creators/{creatorId}/stories

List stories available on a creator's platform account.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

agencyId*string
Length1 <= length
creatorId*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/agencies/string/creators/string/stories" \  -H "Authorization: Bearer YOUR_API_KEY"
{  "data": [    {      "id": "string",      "userId": "string",      "isReady": true,      "createdAt": "string",      "canvasHeight": 0,      "canvasWidth": 0,      "media": [        {          "id": "string",          "type": "photo",          "isReady": true,          "duration": 0,          "files": {            "full": null,            "thumb": null,            "preview": null,            "squarePreview": null          }        }      ],      "texts": [        {          "text": "string",          "type": "text",          "scale": 0,          "textAlign": "string",          "textWidth": 0,          "textHeight": 0,          "color": "string",          "bgColor": "string",          "fontFamily": "string",          "fontStyle": null,          "fontWeight": 0,          "top": 0,          "left": 0,          "angle": 0,          "fontSize": "string",          "zIndex": 0        }      ],      "question": null,      "canDelete": true,      "isWatched": true,      "likesCount": 0,      "viewersCount": 0,      "commentsCount": 0,      "tipsAmount": "string"    }  ],  "meta": {    "requestId": "string"  }}