Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
successful operation
curl --request GET \
--url https://api.blaxel.ai/v0/publicIps \
--header 'Authorization: Bearer <token>'{}Returns a list of all public ips used in Blaxel..
curl --request GET \
--url https://api.blaxel.ai/v0/publicIps \
--header 'Authorization: Bearer <token>'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
successful operation
Show child attributes
Was this page helpful?