Image ScanningGet Accounts Account_id Registries

GET /accounts/{account_id}/registries

List registries

curl -X GET "https://api.prd.rad.security/accounts/example_string/registries" \
  -H "Content-Type: application/json" \
  -H "Authorization: YOUR_API_KEY"
[
  {
    "account_id": "example_string",
    "aws_account_id": "example_string",
    "aws_region": "example_string",
    "created_at": "example_string",
    "gcp_location": "example_string",
    "gcp_project_id": "example_string",
    "gcp_project_number": "example_string",
    "id": "example_string",
    "repository_name": "John Doe",
    "type": "example_string",
    "updated_at": "example_string"
  }
]
GET
/accounts/{account_id}/registries
GET
Base URLstring

Target server for requests. Edit to use your own host.

API Key (header: Authorization)
Authorizationstring
Required

API key (sent in header)

Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

API Key for authentication. Provide your API key in the header.

Path Parameters

Responses

account_idstring
aws_account_idstring
aws_regionstring
created_atstring
gcp_locationstring
gcp_project_idstring
gcp_project_numberstring
idstring
repository_namestring
typestring
updated_atstring