latestOpenAPI 3.0.12026-08-105551287.6 KB

c481fa2414f9

Person identifications

(AutoIdent only) Create identification that allows for a mobile number change

This endpoint creates a new identification for the customer specified in the request URL and returns the identification_id. Use this endpoint if the customer has lost access to their existing mobile phone number. After calling this endpoint, supply the returned identification_id in the URL of the PATCH /persons/{person_id}/identifications/{identification_id}/request method.

post/v1/persons/{person_id}/identifications/for_mobile_change

Path parameters

person_idstring required

The unique ID of the person resource created for a customer.

Example:dc1a6812a14f6cc338cd084208535bcdcper

Response

Successful result of the operation.

identification_idstring

The ID of the generated identification. Call the PATCH /persons/{person_id}/identifications/{identification_id}/request method using this ID.