Fetch a specific identity.
GET https://api.jsonpad.io/identities/{identityId}curl https://api.jsonpad.io/identities/04c9b5ac-a732-4fbf-a976-2d0e2b883166 \
-H "Content-Type: application/json" \
-H "x-api-token: <YOUR TOKEN>"identityIdstringAn identity id.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.
No request body
{id: "abd01d92-07fc-4317-9bb6-d29a32e31793"createdAt: "2026-09-05T11:30:30.937Z"updatedAt: "2026-09-05T11:30:30.937Z"user: {id: "7f1fc5ae-0ffc-473b-a792-0bd674b3451e"createdAt: "2026-09-05T11:30:30.937Z"updatedAt: "2026-09-05T11:30:30.937Z"lastActiveAt: "2026-09-05T11:30:30.937Z"activated: truedisplayName: "Sample User"description: "Sample user description"}group: "sample-group"name: "Sample Identity"lastLoginAt: "2026-09-05T11:30:30.937Z"activated: true}last-modified2026-09-05T11:30:30.937ZThe date this identity was last modified.