Manage projects in your account
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 |
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 |
GET https://api.3playmedia.com/v3/admin/projects/:id
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 |
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 |