Skip to main content
POST
Create a catalog item.

Authorizations

Authorization
string
header
required

Bearer authentication. Pass the access token in the Authorization: Bearer <token> header.

Body

application/json

Request schema for creating a catalog item.

metadata must satisfy the shape schema names, else the request is rejected with 422.

id
string
required
metadata
Metadata · object
required
schema
enum<string>
required
Available options:
creative.catalog,
webtoon
status
enum<string>
required
Available options:
active,
inactive
source
string | null

Response

Successful Response

Response schema for a catalog item.

id
string
required
metadata
Metadata · object
required
schema
string
required
status
enum<string>
required
Available options:
active,
inactive
created_at
string<date-time> | null
source
string | null
updated_at
string<date-time> | null