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 (from schema)
Schema
Array [
]
data
object[]
address stringrequired
user_id stringrequired
name stringrequired
description string
image_url string
{
"data": [
{
"address": "string",
"user_id": "string",
"name": "string",
"description": "string",
"image_url": "string"
}
]
}
Bad request
Server error
Loading...