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
Example response
{
"bgp_auth_key": {
"value": "secret"
}
}