v8

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2025-10-165266542.4 MB
DigitalOcean-public.v2-new_Partner Network Connect

Get current BGP auth key for the partner attachment

To get the current BGP auth key for a partner attachment, send a GET request to /v2/partner_network_connect/attachments/{pa_id}/bgp_auth_key.

get/v2/partner_network_connect/attachments/{pa_id}/bgp_auth_key

Path parameters

pa_idstring string required

A unique identifier for a partner attachment.

Response

The response will be a JSON object with a bgp_auth_key object containing a value field with the BGP auth key value

bgp_auth_keyobject

Example response

{
  "bgp_auth_key": {
    "value": "secret"
  }
}