GET
/api/v1.0/members
curl \
--request GET 'https://openapi.niftypm.com/api/v1.0/members' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"items": [
{
"story_points": {
"total": 42.0,
"completed": 42.0
}
}
],
"has_more": true
}