Appearance
Stored only in your browser. Get one under Tokens.
Get all applications owned by a user
GET
/apps
Get all applications owned by a user
Authorizations
ApiKeyAuth
Type
API Key (header: Authorization)
Parameters
Query Parameters
serviceID*
App ID|Nick|PRN
Type
Requiredstring
Responses
OK
application/json
JSON { "deleted-at": "string", "exposedScopesLength": 0, "exposed_scopes": [ { "description": "string", "id": "string", "required": true, "service": "string" } ], "id": "string", "logo": "string", "name": "string", "nick": "string", "owner": "string", "owner-nick": "string", "prn": "string", "redirect_uris": [ "string" ], "scopes": [ { "description": "string", "id": "string", "required": true, "service": "string" } ], "secret": "string", "time-created": "string", "time-modified": "string", "type": "string" }
[
]