FiskilFiskilFiskil DocsFiskil Docs
Log InSign Up
GuidesAPI ReferenceChangelog

Mobile menu

HomeFiskilFiskil
Log InSign Up
Introduction

Getting Started

AuthenticationErrorsPagination

CORE RESOURCES

Linking Accounts

BANKING API

ENERGY API

IDENTITY

Get end user by ID

Finds an end user by end user id

AI Actions
GET
/v1/end-users/{id}

Finds an end user by end user id

Authorization

Token_header_Authorization api:user.read
AuthorizationBearer <token>

In: header

Scope: api:user.read

Path Parameters

idstringrequired

ID of the end user to fetch.

Response Body

application/json

application/vnd.goa.error

application/vnd.goa.error

curl -X GET "https://api.fiskil.com/v1/end-users/482c0e2b-5866-46b1-b795-220b7bba45b5"
{
  "email": "john_starmer@gmail.com",
  "id": "482c0e2b-5866-46b1-b795-220b7bba45b5",
  "name": "John Starmer",
  "phone": "+614123456789"
}
{
  "fault": true,
  "id": "123abc",
  "message": "parameter 'p' must be an integer",
  "name": "bad_request",
  "temporary": true,
  "timeout": false
}
{
  "fault": true,
  "id": "123abc",
  "message": "parameter 'p' must be an integer",
  "name": "bad_request",
  "temporary": true,
  "timeout": false
}

Was this page helpful?

Update end userDelete end user