Access Bundles

List Access Bundles

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
get
/api/v1/access-bundles
200

OK

Create Access Bundle

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
namestringRequired
Responses
post
/api/v1/access-bundles
200

OK

Get Access Bundle

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Responses
get
/api/v1/access-bundles/{id}
200

OK

Delete Access Bundle

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Responses
delete
/api/v1/access-bundles/{id}
200

OK

Update Access Bundle

patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Body
namestring · nullableOptional
Responses
patch
/api/v1/access-bundles/{id}
200

OK

Last updated

Was this helpful?