curl --request GET \
--url https://app.octomind.dev/api/apiKey/v3/test-targets \
--header 'X-API-Key: <api-key>'[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"app": "<string>",
"tags": [
"<string>"
],
"environments": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "DEFAULT",
"discoveryUrl": "https://example.com",
"email": "[email protected]"
}
]
}
]Gets a list of test targets.
curl --request GET \
--url https://app.octomind.dev/api/apiKey/v3/test-targets \
--header 'X-API-Key: <api-key>'[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"app": "<string>",
"tags": [
"<string>"
],
"environments": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "DEFAULT",
"discoveryUrl": "https://example.com",
"email": "[email protected]"
}
]
}
]OK
The app name or project name of the test target
The environments of the test target
Show child attributes
DEFAULT, ADDITIONAL "DEFAULT"
"https://example.com"
The 2FA email of the environment to test email flows.