Fetch the current identity when authenticated as an identity.
GET https://api.jsonpad.io/identities/selfcurl https://api.jsonpad.io/identities/self \
-H "x-api-token: <YOUR TOKEN>" \
-H "x-identity-token: <IDENTITY TOKEN>" \
-H "x-identity-group: <IDENTITY GROUP>"No parameters
x-api-tokenstringYour API token.if-modified-sinceAn ISO 8601 date.
If the identity hasn't been updated since this date, we return an empty 304 ("Not modified") response, and the request will not be counted towards any active rate limits.
x-identity-tokenstringAn identity token.x-identity-groupstringAn identity group.No request body
{id: "082c93d7-ef93-40f8-b812-97908ac270c0"createdAt: "2026-09-23T21:08:48.958Z"updatedAt: "2026-09-23T21:08:48.958Z"user: {id: "e16ec98e-041d-4a32-a3d0-574e9024f050"createdAt: "2026-09-23T21:08:48.958Z"updatedAt: "2026-09-23T21:08:48.958Z"lastActiveAt: "2026-09-23T21:08:48.958Z"activated: truedisplayName: "Sample User"description: "Sample user description"}group: "sample-group"name: "Sample Identity"displayName: "Sample Display Name"email: "identity@example.com"emailVerified: falsehasPassword: truetags: [0: "my-app"]lastLoginAt: "2026-09-23T21:08:48.958Z"activated: truesessionCount: 2providers: [0: {provider: "google"email: "identity@example.com"name: "Sample Display Name"avatarUrl: "https://lh3.googleusercontent.com/a/..."createdAt: "2026-09-23T21:08:48.958Z"lastLoginAt: "2026-09-23T21:08:48.958Z"}]}providers lists the accounts this identity can sign in with, and sessionCount how many devices it's logged in on.
last-modified2026-09-23T21:08:48.958ZThe date this identity was last modified.