Get Portfolio
This endpoint fetch the prortfolio details using unique identifier id.
GET
/api/v1.0/subteams/{subteam_id}
curl \
--request GET 'https://openapi.niftypm.com/api/v1.0/subteams/{subteam_id}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"id": "string",
"name": "string",
"initials": "string",
"logo": "string",
"color": "string",
"secondary_color": "string",
"is_general": true,
"owner": "string",
"members": [
"string"
]
}