Skip to content

Get a stored file

GET
/api/admin/file/{type}/{id}
curl --request GET \
--url https://example.com/api/admin/file/example/example \
--header 'Authorization: Bearer <token>'

Retrieves the raw contents of a stored configuration file by type and ID

type
required

File type

string
id
required

File ID

string

File contents

Media typetext/plain
string

File not found