Resolve the owning band for a setlist share link
GET /api/setlists/{id}/access
GET
/api/setlists/{id}/access
For a share-link recipient whose active band differs from the setlist’s band. Returns the owning bandId iff the requester is a member of that band.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string format: uuid
Responses
Section titled “ Responses ”Resolved owning band
object
ok
required
boolean
data
required
object
bandId
required
string format: uuid
Unauthenticated
object
ok
required
boolean
error
required
string
code
string
Not a member of the owning band
object
ok
required
boolean
error
required
string
code
string
Setlist not found
object
ok
required
boolean
error
required
string
code
string
Server error
object
ok
required
boolean
error
required
string
code
string