Aerovy Platform logo

Validate a resource path

GEThttps://spectra.api.aerovy.com/v2/integrations/validate-path

Returns whether the provided resource path is valid for the caller's organization. Requires an API key with the read action.

Loading code example
Loading code example

Authorizations

apiKeystringheaderrequired

API key passed in the header.

Query Parameters

resourcePathstring

The resource path to validate (e.g. `THING/#/#`).

Response

application/json

True if the path is valid, otherwise false.