Vulnerabilities & ImagesGet Accounts Account_id Registries

GET /accounts/{account_id}/registries

List registries

curl -X GET "https://api.rad.security/accounts/example_string/registries" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
[
  {
    "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.

Bearer Token
Bearer Tokenstring
Required

Bearer token - just enter the token, "Bearer" prefix will be added automatically

Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token. Authentication token required.

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