GET
/
resources
/
{id}
curl --request GET \
  --url https://instantrestapi.com/api/resources/{id} \
  --header 'api-key: <api-key>'
{}

Authorizations

api-key
string
header
required

Path Parameters

id
string
required

Unique identifier for the resource

Response

200
application/json
Response

The full resource object with all its properties