post/secrets-manager/api/v1/targetdomains/resolve

Resolve target domain names to target domain IDs

Array of strings

Responses

Request examples

[
  "string"
]

Response examples

Target domains found, IDs returned

{
  "count": 123,
  "items": [
    {
      "id": "5bf77342-221c-11ee-be56-0242ac120002",
      "target_domain_name": "string"
    }
  ]
}

Was this page helpful?