cURL
curl --request GET \ --url https://search.tratum.com.br/v1/holder/{holderId}/organization/{organizationId}/balance \ --header 'Authorization: Bearer <token>'
{ "sucess": true, "reason": "<string>", "total": 123, "balance": [ { "balance": { "available": 123, "consume": 123, "plan": { "limitIni": 123, "hasMindMap": true, "planName": "<string>", "limitEnd": 123, "isVisible": true, "limitQtdDocument": 123, "typePlan": "<string>", "createdAt": "2023-11-07T05:31:56Z", "planId": 123, "typeOrganization": "<string>", "hasCertification": true, "typePlanCash": "<string>", "updatedAt": "2023-11-07T05:31:56Z" } } } ] }
Listar saldos dos planos disponíveis
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID do parceiro
ID da organização
Consulta de saldo e plano atual
The response is of type object.
object