List influencers interests
GET/api/influencer/interest
List influencers interests
Responses
- 200
- default
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
interests string[]required
{
"interests": [
"string"
]
}
Unexpected error
- application/json
- Schema
- Example (from schema)
Schema
code int32required
The error code
message stringrequired
A human-readable error message
{
"code": 0,
"message": "string"
}
Loading...