cURL
curl --request POST \ --url http://localhost:3000/v1/admin/partners \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "contact_email": "jsmith@example.com", "plan_tier": "starter", "healthcare": false, "notes": "<string>", "settings": {} } '
{ "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.
Bearer <token>
<token>
1 - 200
starter
growth
scale
premier
internal
2000
Show child attributes
Default Response