Build with Estii

List rate cards

GET
/v1/space/{id}/cards

Requires read scope.

Authorization

bearerAuth
AuthorizationBearer <token>

A personal access token (estp_) or space API key (ests_).

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/space/string/cards"
{  "items": [    {      "id": "string",      "name": "string",      "is_default": true    }  ]}
{  "message": "string"}
{  "message": "string"}
{  "message": "string"}