Logo
Account Management API Documentation

Get Account

GET {{url}}/v1/accounts/:accountID

Retrieves a single account and their details by the customer's UUID.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "accountID": "123", "first_name": "John", "last_name": "Doe", "email": "john.doe@example.com" }



Curl
curl -X GET 'https://b749daa2-85c8-4e1e-8ccf-129deea832d5.mock.pstmn.io/v1/accounts/:accountID'

ENDPOINTS