Skip to main content
GET
/
api
/
v1
/
resources
List Resources
curl --request GET \
  --url https://app.flowglad.com/api/v1/resources \
  --header 'Authorization: <api-key>'
{
  "resources": [
    {
      "id": "<string>",
      "createdAt": 0,
      "updatedAt": 0,
      "livemode": true,
      "organizationId": "<string>",
      "pricingModelId": "<string>",
      "slug": "<string>",
      "name": "<string>",
      "active": true
    }
  ]
}

Authorizations

Authorization
string
header
required

Query Parameters

pricingModelId
string
required

Response

Successful response

resources
object[]
required