Skip to main content
Get Identity
curl --request GET \
  --url https://api.yapily.com/identity \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'consent: <consent>'
{
  "meta": {
    "tracingId": "e4de605bd760459aa7f82aa81856ec1e"
  },
  "data": {
    "id": "700001000000000000000002",
    "fullName": "Mitsuhirato",
    "email": "mits@suntori.com",
    "phone": "+22-8937484901",
    "addresses": [
      {
        "addressLines": [],
        "city": "Hichikanzo",
        "postalCode": "JP102",
        "country": "TA"
      },
      {
        "addressLines": [],
        "city": "St Albans",
        "postalCode": "AL1 3SF",
        "country": "GB"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Use HTTP Basic Authentication with your Application ID as username and Application Secret as password. Manage credentials in the Yapily Console. See Authentication for details.

Headers

Mandatory. The consent-token containing the user's authorisation to make the request.

sub-application
string<uuid>

The sub-application ID to which event type is being subscribed to

Response

Ok

meta
object
data
object

Identification details of a party associated with an account e.g. (account owner or operator).

forwardedData
object[]
raw
object[]
deprecated