Read Circle List
GET /circles
Obtain all circles of a user.
Endpoint URL
https://api.mixin.one/circles
Example request
curl -i -X GET -H "Content-Type: application/json" -H "Authorization: Bearer $TOKEN" https://api.mixin.one/circles
Response
{
"data":[
{
"type": "circle",
"circle_id": "a465ffdb-4441-4cb9-8b45-00cf79dfbc46",
"name": "Circle Name",
"created_at": "2018-05-29T09:31:04.202186212Z"
}
...
]
}