Get Developer Apps
GET/users/:id/developer_apps
Gets the developer apps that the user owns
Request
Path Parameters
id stringrequired
A User ID
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Example
Schema
Array [
]
dataobject[]
address stringrequired
user_id stringrequired
name stringrequired
description string
image_url string
{
"data": [
{
"address": "0x9a7a2e7ae18ca6ecfb502f80c668b1ef712143cc",
"user_id": "AAWJg3g",
"name": "InterviewApp",
"description": "An app for interview prep!",
"image_url": null
},
{
"address": "0xbc4f021bb9338d1a5603210eb13097c288006bef",
"user_id": "AAWJg3g",
"name": "audius-cast-local",
"description": "audius cast local",
"image_url": null
}
]
}
Bad request
Server error
Loading...