Português (BR)
cURL
curl --request GET \ --url https://api.contas.rdstationmentoria.com.br/rest/subscriptions \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "status": "trial", "appId": "<string>", "priceId": "<string>", "coupon": null, "source": "third_party", "workspaceId": "<string>", "createdAt": "2025-07-21T17:52:50.049Z", "updatedAt": "2025-07-21T17:52:50.049Z" } ]
Lista todas as assinaturas do workspace atual.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type object[].
object[]