cURL
curl --request GET \ --url https://api.decodahealth.com/inventory/commission-structures/providers-with-structures \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
[ { "id": "<string>", "firstName": "<string>", "lastName": "<string>", "email": "<string>", "createdDate": "2023-11-07T05:31:56Z", "commissionStructure": { "name": "<string>", "id": "<string>", "description": "<string>" } } ]
Get a list of all providers with their commission structure information
The tenant you are making this request on behalf of
Your api key
Successful Response
Commission structure for the provider.
Show child attributes
Name of the commission group
Unique identifier for the commission group
Optional description of the commission group