BillingRate cards

Get Rate Card

GET
/shipos/rate-cards/{rate_card_id}
x-access-token<token>

In: header

Path Parameters

rate_card_id*string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/shipos/rate-cards/string"
{  "team_id": "string",  "updated_at": "2019-08-24T14:15:22Z",  "created_at": "2019-08-24T14:15:22Z",  "currency": "string",  "subscription_period": "DAILY",  "subscription_amount": 0.1,  "minimum_period": "DAILY",  "minimum_amount": 0.1,  "description": "string",  "name": "string",  "id": "string",  "supported_actions": [    {      "action": "VIEW_RATE_CARD"    }  ]}