Get Person
Returns a single Person related to a Merchant.
Path parameters
Short unique identifier for the merchant.
Person ID
Query parameters
The version of the resource. At the moment, the only supported value is latest. When provided and the requested resource's change_status is pending, the resource will be returned with all pending changes applied. When no changes are pending the resource is returned as is. The change_status in the response body will reflect the current state of the resource.
Response
Returns a Person for a valid identifier.
Example response
{
"birthdate": "1980-01-12T00:00:00Z",
"given_name": "James Herrald",
"family_name": "Bond",
"middle_name": "Maria Sophie",
"phone_number": "+420123456789",
"ownership": {
"share": 50000
},
"address": {
"street_address": [
"Paul-Linke-Ufer 39-40",
"2. Hinterhof"
],
"post_code": "10999",
"city": "Berlin",
"country": "DE"
},
"identifiers": [
{
"ref": "br.cpf",
"value": "847.060.136-90"
}
],
"citizenship": "BR"
}Changes
Changed in 8 of the 53 revisions of this API.525
- ▲
the
allOf[BasePerson]/identifiers/items/valueresponse property's maxLength was increased from30to128for the response status200response-property-max-length-increased
- ▲
the
allOf[BasePerson]/address/street_addressresponse property's minItems was decreased from1to0for the response status200response-property-min-items-decreased
- ○
the
allOf[BasePerson]/address/countryresponse's property pattern^[A-Z]{2}$was added for the status200response-property-pattern-added
- ○
the
allOf[BasePerson]/citizenshipresponse's property pattern^[A-Z]{2}$was added for the status200response-property-pattern-added
- ▲
- ▲
the
allOf[BasePerson]/identifiers/items/refresponse property's maxLength was unset from32for the response status200response-property-max-length-unset
- ○
the
allOf[BasePerson]/address/countryresponse's property pattern^[A-Z]{2}$was removed for the status200response-property-pattern-removed
- ○
the
allOf[BasePerson]/citizenshipresponse's property pattern^[A-Z]{2}$was removed for the status200response-property-pattern-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
removed the non-success response with the status
500response-non-success-status-removed
This revision also has 13 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the response's body type/format changed from
/toobject/for status404response-body-type-changed
- ▲
the response's body type/format changed from
/toobject/for status500response-body-type-changed
- ○
removed
BaseErrorsubschema #2from the response bodyallOflist for the response status404response-body-all-of-removed
- ○
removed
BaseErrorsubschema #2from the response bodyallOflist for the response status500response-body-all-of-removed
- ○
media type
application/jsonwas changed to a more specific media typeapplication/problem+jsonfor the response status404response-media-type-name-specialized
- ○
media type
application/jsonwas changed to a more specific media typeapplication/problem+jsonfor the response status500response-media-type-name-specialized
- ○
added the optional property
detailto the response with the404statusresponse-optional-property-added
- ○
added the optional property
detailto the response with the500statusresponse-optional-property-added
- ○
added the optional property
instanceto the response with the404statusresponse-optional-property-added
- ○
added the optional property
instanceto the response with the500statusresponse-optional-property-added
- ○
added the optional property
statusto the response with the404statusresponse-optional-property-added
- ○
added the optional property
statusto the response with the500statusresponse-optional-property-added
- ○
added the optional property
titleto the response with the404statusresponse-optional-property-added
- ○
added the optional property
titleto the response with the500statusresponse-optional-property-added
- ○
added the required property
typeto the response with the404statusresponse-required-property-added
- ○
added the required property
typeto the response with the500statusresponse-required-property-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
the
allOf[BasePerson]/address/countryresponse's property pattern^[A-Z]{2}$was added for the status200response-property-pattern-added
- ○
the
allOf[BasePerson]/citizenshipresponse's property pattern^[A-Z]{2}$was added for the status200response-property-pattern-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the security scope
merchant.readwas removed from the endpoint's security schemeoauth2api-security-scope-removed
- ○
- ○
added the optional property
allOf[BasePerson]/country_of_residenceto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[BasePerson]/nationalityto the response with the200statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
- ○