Swag Catalog
Get the status of a collection
Store creation takes about 30 seconds. Poll this API every few seconds to know when the collection is ready with all products and images
GET
/
api
/
ext
/
v1
/
collection
/
{collectionId}
/
status
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
collectionId
string
requiredQuery Parameters
companyId
string
requiredfirstName
string | null
First name
lastName
string | null
Last name
department
string | null
Work department (e.g. sales)
location
string | null
Work location (site/city/country)
startDate
string | null
Start date in ISO format
birthDate
string | null
Birth date in ISO format
Response
200 - application/json
isReady
boolean
required