Skip to main content

Read Circle

GET /circles/:id

Obtain the details of a certain circle

Endpoint URL

 https://api.mixin.one/circles/:id

Authentication and options

Authorization
CIRCLES:READ
LimitationNo limitation

Parameters

id
*required
The ID of circle

Example request

curl -i -X GET -H "Content-Type: application/json" -H "Authorization: Bearer $TOKEN" https://api.mixin.one/circles/a465ffdb-4441-4cb9-8b45-00cf79dfbc46
Response
{
"type": "circle",
"circle_id": "a465ffdb-4441-4cb9-8b45-00cf79dfbc46",
"name": "Circle Name",
"created_at": "2018-05-29T09:31:04.202186212Z"
}