{ "opencollection": "1.0.0", "info": { "name": "FusionAuth Api Key Identity API", "version": "1.66.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Identity", "type": "folder" }, "items": [ { "info": { "name": "verifyIdentityWithId", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:9011/api/identity/verify", "body": { "type": "json", "data": "{}" } }, "docs": "Administratively verify a user identity." }, { "info": { "name": "completeVerifyIdentityWithId", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:9011/api/identity/verify/complete", "body": { "type": "json", "data": "{}" } }, "docs": "Completes verification of an identity using verification codes from the Verify Start API." }, { "info": { "name": "sendVerifyIdentityWithId", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:9011/api/identity/verify/send", "body": { "type": "json", "data": "{}" } }, "docs": "Send a verification code using the appropriate transport for the identity type being verified." }, { "info": { "name": "startVerifyIdentityWithId", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:9011/api/identity/verify/start", "body": { "type": "json", "data": "{}" } }, "docs": "Start a verification of an identity by generating a code. This code can be sent to the User using the Verify Send API Verification Code API or using a mechanism outside of FusionAuth. The verification is completed by using the Verify Complete API with this code." } ] } ], "bundled": true }