After BGP access is approved for your Vultr account, you can retrieve your credentials to configure your instances with BGP routing daemons. BGP credentials include your ASN, password, and configuration examples.
Follow this guide to retrieve your BGP credentials using the Vultr Customer Portal and API.
Send a GET
request to the Get Account BGP Info endpoint to retrieve your account's BGP credentials.
$ curl "https://api.vultr.com/v2/account/bgp" \
-X GET \
-H "Authorization: Bearer ${VULTR_API_KEY}"
A successful response will include enabled
, asn
, and password
fields.