{ "opencollection": "1.0.0", "info": { "name": "Kinde Account API Keys Identities API", "version": "1" }, "items": [ { "info": { "name": "Identities", "type": "folder" }, "items": [ { "info": { "name": "Get identity", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/identities/:identity_id", "params": [ { "name": "identity_id", "value": "", "type": "path", "description": "The unique identifier for the identity." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns an identity by ID\n\n
read:identities\nupdate:identities\ndelete:identities\n