Skip to content

Get Profile

GET
/api/v1/user/profile
curl --request GET \
--url https://api.parasta.io/api/v1/user/profile \
--header 'Authorization: Bearer <token>'

Get user profile information.

OK

Media type application/json
Example
{
"status": "ok",
"data": {
"name": "John Doe",
"email": "john@example.com",
"did": "did:para:xxxx",
"kyc_verified": true
}
}