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)
1{2 "data": [3 {4 "type": "private_link_association",5 "id": "lorem",6 "attributes": {7 "aws_account_id": "000000000000",8 "account_name": "lorem",9 "status": "CREATING",10 "shared_at": "4404-02-29T04:24Z",11 "database_type": "PRIMARY",12 "database_identifier": "lorem"13 }14 }15 ]16}