GET /{accountId}

List URLs of images and slide decks stored under your account

Request Headers

X-API-Key: {apiKey}
Your API key authorizing you to list files under account {accountId}

Example

Request

GET https://api.slide-tailor.com/{accountId}
X-API-Key: {apiKey}
Accept: application/json

Response

Status Code: 200 OK
Content-Type: application/json
[
    "https://api.slide-tailor.com/{accountId}/sales-deck-template.pptx",
    "https://api.slide-tailor.com/{accountId}/acme-rocket-sleds-logo.png",
    "https://api.slide-tailor.com/{accountId}/acme-sales-preso.pptx"
]