Verify and apply an email address addition or replacement.
curl --request POST \ --url https://auth.example.com/api/account/identifier-replacements/complete \ --header 'Content-Type: application/json' \ --header 'Idempotency-Key: example' \ --cookie authrim_session=<authrim_session> \ --data '{ "challenge_id": "example", "code": "example" }'Consumes the new-address code. Initial additions publish the verified email route and complete immediately; replacements create a durable replacement operation and return after completion or durable forward repair handoff.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ”Request Body required
Section titled “Request Body required ”object
Example generated
{ "challenge_id": "example", "code": "example"}Responses
Section titled “ Responses ”Durable identifier replacement operation response.
object
object
Example
{ "operation": { "state": "processing" }}Durable identifier replacement operation response.
object
object
Example
{ "operation": { "state": "processing" }}Error response.
object
Stable Authrim error category that can be provided to support.
Opaque occurrence identifier that can be provided to support for correlation.
Example generated
{ "error": "example", "message": "example", "error_description": "example", "error_code": "example", "error_id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0"}Error response.
object
Stable Authrim error category that can be provided to support.
Opaque occurrence identifier that can be provided to support for correlation.
Example generated
{ "error": "example", "message": "example", "error_description": "example", "error_code": "example", "error_id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0"}Error response.
object
Stable Authrim error category that can be provided to support.
Opaque occurrence identifier that can be provided to support for correlation.
Example generated
{ "error": "example", "message": "example", "error_description": "example", "error_code": "example", "error_id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0"}Error response.
object
Stable Authrim error category that can be provided to support.
Opaque occurrence identifier that can be provided to support for correlation.
Example generated
{ "error": "example", "message": "example", "error_description": "example", "error_code": "example", "error_id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0"}