cURL
curl --request GET \ --url https://api.mottostreaming.com/iam/projects/v1/{project_id} \ --header 'Authorization: Bearer <token>'
{ "project": { "id": "<string>", "org_id": "<string>", "name": "<string>", "disabled": true, "content_delivery_settings": { "public_keys": [ "<string>" ], "embed_domains": [ "<string>" ], "content_visibility": "VISIBILITY_UNSPECIFIED" }, "preferred_regions": [ "REGION_UNSPECIFIED" ] } }
GetProject
Returns information about the project.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object