Skip to main content
GET
/
profiles
/
{id}
Get a profile
curl --request GET \
  --url https://api.filecheck.io/profiles/{id} \
  --header 'Authorization: Bearer <token>'
{
  "profile": {
    "id": "<string>",
    "name": "<string>",
    "enabled": true
  }
}

Authorizations

Authorization
string
header
required

Your secret key as a bearer token, e.g. Authorization: Bearer sk_live_…. Secret keys are server-side only.

Path Parameters

id
string
required

Response

OK

profile
object

Library resources share a common envelope. Each carries an id, a human label, an enabled flag, and a source of domain or store.