curl --request GET \
--url http://localhost:3000/v1/admin/partners/{id} \
--header 'Authorization: Bearer <token>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"contact_email": "<string>",
"plan_tier": "starter",
"healthcare": true,
"suspended_at": "<string>",
"settings": {},
"notes": "<string>",
"created_at": "<string>",
"updated_at": "<string>"
}curl --request GET \
--url http://localhost:3000/v1/admin/partners/{id} \
--header 'Authorization: Bearer <token>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"contact_email": "<string>",
"plan_tier": "starter",
"healthcare": true,
"suspended_at": "<string>",
"settings": {},
"notes": "<string>",
"created_at": "<string>",
"updated_at": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Default Response
starter, growth, scale, premier, internal Show child attributes