DigitalOcean-public.v2-new_Partner Network Connect
Get the current service key for the partner attachment
To get the current service key for a partner attachment, send a GET request to /v2/partner_network_connect/attachments/{pa_id}/service_key.
get/v2/partner_network_connect/attachments/{pa_id}/service_key
Path parameters
pa_idstring string required
A unique identifier for a partner attachment.
Response
The response will be a JSON object with a service_key object containing the service key value and creation information
Example response
{
"service_key": {
"created_at": "2020-03-13T19:20:47.442049222Z",
"value": "5a4981aa-9653-4bd1-bef5-d6bff52042e4",
"state": "CREATED"
}
}