Skip to main content
Weavr API
Setup

List linked identities

GET/identities

Retrieves a list of identities available to the holder of the token.

Request

Available on
SandboxProduction

Query parameters

Responses

200OK

Success

Headers
Body
application/json
{}
UserIdentitiesGetResponseSchemaUserIdentitiesGetResponseSchema · object · 3 fields
Response example
{  "identities": [    {      "id": {        "type": "CORPORATE",        "id": "123456789"      },      "name": "Acme Ltd"    },    {      "id": {        "type": "CORPORATE",        "id": "987654321"      },      "name": "Example Ltd"    }  ],  "count": 2,  "responseCount": 2}