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

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Response

Successful response

resource
object
required