cURL
curl --request GET \ --url https://global.thenile.dev/workspaces/{workspaceSlug}/subscription/history \ --header 'Authorization: Bearer <token>'
[ { "workspace": "<string>", "level": "<string>", "validFrom": "2023-11-07T05:31:56Z", "validTo": "2023-11-07T05:31:56Z" } ]
List all subscription records for the given workspace, most-recent first.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
default response
Was this page helpful?