Access Bundles

List Access Bundles

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

OK

application/json
get
/api/v1/access-bundles
200

OK

Create Access Bundle

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
namestringRequired
Responses
200

OK

application/json
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
200

OK

application/json
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
200

OK

application/json
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
200

OK

application/json
patch
/api/v1/access-bundles/{id}
200

OK

Last updated

Was this helpful?