Shoot

Each Tenant is allowed a collection of Shoots.

These act as a grouping of 360 media, typically corresponding to a photoshoot session.

Get Shoot

get

Get an individual shoot by id

Authorizations
Bearer

In this case, you have to send a valid Access Token (as a JWT Token) in the Authorization header, using the Bearer authentication scheme.

e.g. Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6Ikpva...

Path parameters
shootIdstringRequired

Unique shoot id

Example: 683606ee-9788-4d88-adb8-77119de4c6a2
tenantIdstringRequired

Unique tenant id

Example: f700d27e-64ed-4571-ae2e-8c948c1c296e
Responses
200

success

application/json
get
/api/tenant/{tenantId}/shoot/{shootId}

List Shoots

get

List available Shoots within the requested Tenant

Authorizations
Bearer

In this case, you have to send a valid Access Token (as a JWT Token) in the Authorization header, using the Bearer authentication scheme.

e.g. Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6Ikpva...

Path parameters
tenantIdstringRequired

Unique tenant id

Example: f700d27e-64ed-4571-ae2e-8c948c1c296e
Responses
200

success

application/json
get
/api/tenant/{tenantId}/shoot

Last updated