Get Authorized Apps
GET/users/:id/authorized_apps
Get the apps that user has authorized to write to their account
Request
Path Parameters
id stringrequired
A User ID
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
data
object[]
address stringrequired
name stringrequired
description string
image_url string
grantor_user_id stringrequired
grant_created_at stringrequired
grant_updated_at stringrequired
{
"data": [
{
"address": "string",
"name": "string",
"description": "string",
"image_url": "string",
"grantor_user_id": "string",
"grant_created_at": "string",
"grant_updated_at": "string"
}
]
}
Bad request
Server error
Loading...