Validate a resource path
GET
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.