Skip to content

Fetch Available Resources

GET
/api/v1/developer/users/identity/assignments

Available since v1.24.6

Authorizations

bearerAuth
Type
HTTP (bearer)

Parameters

Query Parameters

resource_type

Comma-separated values of ev_station, vpn, wifi

Type
string
Example"door"

Responses

Successful response

application/json
JSON
{
  
"code": "string",
  
"msg": "string",
  
"data": {
  
  
"ev_station": [
  
  
  
{
  
  
  
  
"id": "string",
  
  
  
  
"name": "string",
  
  
  
  
"deleted": true
  
  
  
}
  
  
],
  
  
"vpn": [
  
  
  
{
  
  
  
  
"id": "string",
  
  
  
  
"name": "string",
  
  
  
  
"deleted": true
  
  
  
}
  
  
],
  
  
"wifi": [
  
  
  
{
  
  
  
  
"id": "string",
  
  
  
  
"name": "string",
  
  
  
  
"deleted": true
  
  
  
}
  
  
]
  
}
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI