Admin APIs
catalog-clients

Create Catalog Client

Create a new catalog client and set their plan_type access level.

post/api/v1/admin/catalog/clients

Request body

namestring required
plan_type'standard' | 'library_only' | 'enterprise' | 'ido_premium'

Response

Successful Response

idstring uuid required
namestring required
plan_typestring nullable required
created_atstring date-time required
updated_atstring date-time required

Changes

No recorded changes to this endpoint across all 4 revisions of this API.