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-04T18:19:21.207Z",
"updatedAt": "2025-07-04T18:19:21.207Z"
}
]
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful response
The response is of type object[]
.
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-04T18:19:21.207Z",
"updatedAt": "2025-07-04T18:19:21.207Z"
}
]
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-04T18:19:21.207Z",
"updatedAt": "2025-07-04T18:19:21.207Z"
}
]
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful response
The response is of type object[]
.
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-04T18:19:21.207Z",
"updatedAt": "2025-07-04T18:19:21.207Z"
}
]