Skip to content

Get Contacts

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

Get user’s contact list for P2P transfer.

OK

Media type application/json
Example
{
"status": "ok",
"data": {
"contacts": [
{
"name": "John",
"phone": "010-1234-5678",
"did": "did:para:..."
}
]
}
}