publishers
Create a new publisher
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The date and time the publisher was created.
The unique identifier for the publisher. It's akin to a username. Should be lowercase.
URL to the publisher's logo.
A list of members in the publisher.
Available options:
PublisherStatusActive
, PublisherStatusBanned
Response
201 - application/json
The date and time the publisher was created.
The unique identifier for the publisher. It's akin to a username. Should be lowercase.
URL to the publisher's logo.
A list of members in the publisher.
Available options:
PublisherStatusActive
, PublisherStatusBanned
Was this page helpful?