List Scopes
GET/metadata/scopes
List all Scopes accessible to the user.
Request
Responses
- 200
- 400
- 401
- 403
Success
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
name stringrequired
[
{
"name": "string"
}
]
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
status stringrequired
Possible values: [Validation Error]
errors
object[]
required
error stringrequired
location stringrequired
Possible values: [body, query, path, headers]
{
"status": "Validation Error",
"errors": [
{
"error": "string",
"location": "body"
}
]
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
status stringrequired
Possible values: [Unauthorized]
{
"status": "Unauthorized"
}
Device not yet provisioned
- application/json
- Schema
- Example (from schema)
Schema
status stringrequired
Possible values: [Device not yet provisioned]
{
"status": "Device not yet provisioned"
}
Loading...