SmartPOSTの公開APIドキュメントです。
Authorization: Bearer ********************
curl --location --request GET 'https://api.smartpost.jp/v1/account-subscriptions' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer <TOKEN>' \ --header 'Host: api.smartpost.jp' \ --header 'User-Agent: Mozilla/5.0 (platform; rv:geckoversion) Gecko/geckotrail Firefox/firefoxversion'
{ "smartpost_account_subscriptions": [ { "account_id": "00000000-0000-0000-0000-acc000000001", "smartpost_user_id": "00000000-0000-0000-0000-acc000000002", "subscriptions_status": true }, { "account_id": "00000000-0000-0000-0000-acc000000003", "smartpost_user_id": "00000000-0000-0000-0000-acc000000004", "subscriptions_status": false } ] }