Skip to main content

User details

Get user details
curl https://api.symblepay.io/v1/marketplace/users/{USER_ID} \
-X POST \
-H 'Authorization: Bearer {API_TOKEN}' \
-H 'Content-Type: application/json'
Response example
{
"symblepayAccountId": "9a1d4a0c-9700-4e18-bc77-7bc7d4a32c66",
"defaultBankAccount": {
"bank": "Danske Bank",
"accountNumber": "DK5000400440116243",
"name": "Salary account"
}
}