Profile 2

GET /profile/business

Responses

  • 200 */*

    OK

    Hide response attributes Show response attributes object
    • status string
    • code integer(int32)
    • message string
    • data object

      Additional properties are allowed.

      Hide data attributes Show data attributes object
GET /profile/business
curl \
 --request GET 'https://sandbox.serchservice.com/api/v1/profile/business'
Response examples (200)
{
  "status": "100 CONTINUE",
  "code": 42,
  "message": "string",
  "data": {
    "id": "string",
    "name": "string",
    "description": "string",
    "address": "string",
    "contact": "string",
    "logo": "string",
    "rating": 42.0,
    "gender": "string",
    "category": "string",
    "image": "string",
    "avatar": "string",
    "more": {
      "last_signed_in": "string",
      "number_of_rating": 42,
      "number_of_shops": 42,
      "total_service_trips": 42,
      "total_shared": 42
    },
    "specializations": [
      {
        "id": 42,
        "special": "string",
        "category": "string",
        "image": "string",
        "avatar": "string"
      }
    ],
    "first_name": "string",
    "last_name": "string",
    "email_address": "string",
    "default_password": "string",
    "phone_info": {
      "phone_number": "string",
      "country_code": "string",
      "iso_code": "string",
      "country": "string"
    },
    "verification_status": "REQUESTED"
  }
}