API Discovery
Create an API path
Create an API path for a domain
post/waap/v1/domains/{domain_id}/api-paths
Path parameters
domain_idinteger required
The domain ID
The domain ID
Request body
Example request
{
"path": "/api/v1/paths/{path_id}",
"api_version": "v1",
"tags": [
"sensitivedataurl",
"highriskurl"
],
"api_groups": [
"accounts",
"internal"
]
}Response
Successful Response
Example response
{
"path": "/api/v1/paths/{path_id}",
"api_version": "v1",
"tags": [
"sensitivedataurl",
"highriskurl"
],
"api_groups": [
"accounts",
"internal"
]
}