Profiles
Returns all profiles for the authenticated user, sorted by creation date.
Authorization
bearerAuth AuthorizationBearer <token>
API key with fh_ prefix. Pass as Authorization: Bearer fh_...
In: header
Response Body
application/json
curl -X GET "https://app.feedhorizon.dev/api/v1/profiles"{
"data": [
{
"id": "string",
"name": "string",
"color": "#f5d76e",
"userId": "string",
"isDefault": true,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
]
}