get https://api.piriod.com/subscriptions//
Retrieves a Subscription object.
Response
Retrieves a Subscription object.
xxxxxxxxxx
curl --request GET \
--url https://api.piriod.com/subscriptions/id/ \
--header 'Authorization: Token YOUR_USER_API_KEY' \
--header 'accept: application/json' \
--header 'x-simple-workspace: YOUR_ORGANIZATION_ID'