Fetch a user information created earlier POST /users API endpoint.
GET
/users/{id_or_external_id}
curl \
-X GET https://link.goscore.me/finid-api/1.0/users/{id_or_external_id} \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"full_name": "string",
"external_id": "string",
"ssn": "string",
"country": "se",
"test": true,
"credentials": [
{
"name": "string",
"code": "string",
"expire_at": "string"
}
]
}
Response examples (200)
{
"full_name": "string",
"external_id": "string",
"ssn": "string",
"country": "se",
"test": true,
"credentials": [
{
"name": "string",
"code": "string",
"expire_at": "string"
}
]
}
Response examples (500)
{
"error_message": "Invalid requeet",
"error": "ER-001"
}
Response examples (500)
{
"error_message": "Invalid requeet",
"error": "ER-001"
}