User details
Get user details
curl https://api.safepaynordic.dk/v2/users/{SAFEPAY_ACCOUNT_ID} \
-X POST \
-H 'Authorization: Bearer {API_TOKEN}' \
-H 'Content-Type: application/json'
Response example
{
"safepayAccountId": "9a1d4a0c-9700-4e18-bc77-7bc7d4a32c66",
"connections": [
{
"referenceId": "your-user-id",
"connected": "2026-01-01T12:00:00+01:00"
}
...
],
...
}