Access tiers

Create access tier

Creates an access tier for a project to control player access to content.

post/projects/{project_id}/player_settings/access_tiers

Request body

slugstring required
namestring required
segment_limitinteger nullable
ads_enabledboolean
intro_urlstring nullable
outro_urlstring nullable

Response

Created

idinteger
slugstring

Unique identifier for the object

namestring

Human readable name of the access tier

segment_limitinteger nullable

Maximum number of segments allowed for playback. Null means no limit.

ads_enabledboolean

Whether ads are enabled for this tier

intro_urlstring nullable

URL of the intro audio file

outro_urlstring nullable

URL of the outro audio file

createdstring

Time at which the object was created (ISO 8601)

updatedstring

Time at which the object was updated (ISO 8601)

Changes

No recorded changes to this endpoint across all 1 revision of this API.