Access Point
get
List all access points (sub-users) for the authenticated Per GB user.
Authorizations
HTTPRequired
Enter token as: Bearer
Query parameters
pageintegerOptional
A page number within the paginated result set.
page_sizeintegerOptional
Number of results to return per page.
Responses
200
List of access points
application/json
400
Error retrieving data from service
get
/pergb/access-pointpost
Create a new access point (sub-user) for the authenticated Per GB user.
Authorizations
HTTPRequired
Enter token as: Bearer
Body
usernamestringRequired
passwordstringRequired
Responses
200
Access point created successfully
application/json
400
Error creating access point or user already exists
post
/pergb/access-pointLast updated