Your API key info
·self.read/meInformation about the calling API key itself: id, name, key prefix, owning user id, granted scopes (with labels/descriptions), effective rate limit, and which API version this request used. Always available regardless of scopes.
Returns application/json
Headers
| Authorization | Optional · Bearer token: `Authorization: Bearer pfc_live_...` |
| X-Api-Key | Optional · Alternative to Authorization: send the raw `pfc_live_...` secret in this header. |
| Accept | Optional · Optional; responses are JSON (`application/json`). |
curl -sS -H "Authorization: Bearer YOUR_PFC_LIVE_KEY" -H "Accept: application/json" "https://pfcontrol.com/api/ext/v2/me"