Skip to main content
GET
/
v1
/
provider
Get Account
curl --request GET \
  --url https://api.peere.network/v1/provider \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 200,
  "success": true,
  "data": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Provider details retrieved successfully

statusCode
integer
Example:

200

success
boolean
Example:

true

data
object