List AWS accounts attached to the project PrivateLink share
get
/v2/projects/{ref}/private-link/associationsPath 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": "2021-12-31T23:34:00Z"11 }12 }13 ]14}