Substy Developers
Publishing

Search story stickers

Search Giphy stickers or GIFs available for composing a creator story, with limit and offset pagination.

GET/v1/agencies/{agencyId}/creators/{creatorId}/story-giphy-assets

Search Giphy stickers or GIFs available for composing a creator story, with limit and offset pagination.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

agencyId*string
Length1 <= length
creatorId*string

Query Parameters

type?string
Default"stickers"

Value in

  • "stickers"
  • "gifs"
query?string
Default""
limit?number
Range1 <= value <= 50
Default25
offset?number
Range0 <= value
Default0

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/story-giphy-assets" \  -H "Authorization: Bearer YOUR_API_KEY"
{  "data": {    "property1": null,    "property2": null  },  "meta": {    "requestId": "string"  }}