3Play Media: Docs


Project

Manage projects in your account

Object Representation

Unless otherwise specified, all routes return the following data structure in the data key.

Name Type Description
id Integer ID of the project at 3Play Media
name String Name of the project
sandbox Boolean Sandbox projects allow you to test API workflows without incurring charges

Actions

  • List Projects in your account

    GET https://api.3playmedia.com/v3/admin/projects/

    Parameter Type Description Required Default
    id Integer or Array<Integer> Filter API Accesses by id(s) No no default
    project_id Integer or Array<Integer> Filter API Accesses by project id(s) No no default
    access_type String Filter API Accesses by access type (admin or project) No no default
  • Display a specific project

    GET https://api.3playmedia.com/v3/admin/projects/:id

  • Create a new project

    POST https://api.3playmedia.com/v3/admin/projects/

    Parameter Type Description Required Default
    name String Name of the project (maximum 64 characters) Yes no default
    sandbox Boolean Create as a sandbox project? No false
  • Update a project

    PUT https://api.3playmedia.com/v3/admin/projects/

    Parameter Type Description Required Default
    name String Name of the project (maximum 64 characters) No no default