List AWS accounts attached to the project PrivateLink share
get
/v2/projects/{ref}/private-link/associationsThe fine-grained token must include the following permissions to access this endpoint:
- project_admin_read
Path parameters
- refRequiredstring
Project ref
Response codes
- 200
- 401
- 403
- 429
- 500
Response (200)
{ "data": [ { "type": "private_link_association", "id": "lorem", "attributes": { "aws_account_id": "000000000000", "account_name": "lorem", "status": "CREATING", "shared_at": "4404-02-29T04:24Z", "database_type": "PRIMARY", "database_identifier": "lorem", "resource_access_manager_resource_config_id": "lorem", "resource_access_manager_resource_config_arn": "lorem", "resource_access_manager_share_arn": "lorem" } } ]}