Query parameters

  • id string Required

Responses

  • 200 */*

    OK

    Hide response attributes Show response attributes object
    • status string
    • code integer(int32)
    • message string
    • data object
      Hide data attributes Show data attributes object
      • avatar string
      • id string
      • details object
        Hide details attributes Show details attributes object
        • image string
        • category string
        • gender string
        • rating number(double)
        • status string

          Values are SUSPENDED, ACTIVE, DEACTIVATED, BUSINESS_DEACTIVATED, DELETED, BUSINESS_DELETED, or HAS_REPORTED_ISSUES.

        • role string

          Values are USER, PROVIDER, ASSOCIATE_PROVIDER, BUSINESS, SUPER_ADMIN, ADMIN, MANAGER, or TEAM.

        • messaging_token string
      • active object
        Hide active attributes Show active attributes object
        • id integer(int64)
        • status string

          Values are ONLINE, OFFLINE, BUSY, NONE, or REQUESTSHARING.

        • address string
        • latitude number(double)
        • longitude number(double)
        • created_at string(date-time)
        • updated_at string(date-time)
        • place_id string
      • organization object
        Hide organization attributes Show organization attributes object
        • name string
        • description string
        • address string
        • contact string
        • category string
        • image string
        • admin object
          Hide admin attributes Show admin attributes object
          • id string
          • firstName string
          • lastName string
          • name string
          • emailAddress string
          • avatar string
          • role string

            Values are USER, PROVIDER, ASSOCIATE_PROVIDER, BUSINESS, SUPER_ADMIN, ADMIN, MANAGER, or TEAM.

          • category string
          • rating number(double)
          • image string
          • status string

            Values are SUSPENDED, ACTIVE, DEACTIVATED, BUSINESS_DEACTIVATED, DELETED, BUSINESS_DELETED, or HAS_REPORTED_ISSUES.

          • createdAt string(date-time)
          • updatedAt string(date-time)
        • created_at string(date-time)
        • updated_at string(date-time)
      • additional object
        Hide additional attributes Show additional attributes object
        • id integer(int64)
        • city string
        • state string
        • country string
        • created_at string(date-time)
        • updated_at string(date-time)
        • street_address string
        • landmark string
        • surety_status string
        • surety_first_name string
        • surety_last_name string
        • surety_email string
        • surety_phone_number string
        • surety_address string
      • delete object
        Hide delete attributes Show delete attributes object
        • id string
        • status string

          Values are OPENED, PENDING, RESOLVED, CLOSED, or WAITING.

        • created_at string(date-time)
        • updated_at string(date-time)
      • device object
        Hide device attributes Show device attributes object
        • state string
        • country string
        • name string
        • device string
        • host string
        • ip_address string
        • operating_system string
        • operating_system_version string
        • local_host string
      • setting object
        Hide setting attributes Show setting attributes object
        • id integer(int64)
        • gender string

          Values are MALE, FEMALE, ANY, or NONE.

        • created_at string(date-time)
        • updated_at string(date-time)
        • show_only_verified boolean
        • show_only_certified boolean
      • verification object
        Hide verification attributes Show verification attributes object
        • status string

          Values are REQUESTED, VERIFIED, NOT_VERIFIED, NONE, or ERROR.

        • created_at string(date-time)
        • updated_at string(date-time)
        • user_data_status string

          Values are REQUESTED, VERIFIED, NOT_VERIFIED, NONE, or ERROR.

      • skills array[object]
        Hide skills attributes Show skills attributes object
        • id integer(int64)
        • skill string
        • created_at string(date-time)
        • updated_at string(date-time)
      • first_name string
      • last_name string
      • email_address string
      • created_at string(date-time)
      • updated_at string(date-time)
      • account_created_at string
      • account_updated_at string
      • profile_created_at string
      • profile_updated_at string
      • email_confirmed_at string
      • password_updated_at string
      • last_signed_in string
      • app_rating object
        Hide app_rating attributes Show app_rating attributes object
        • id integer(int64)
        • rating number(double)
        • comment string
        • app string
        • created_at string(date-time)
        • updated_at string(date-time)
      • phone_information object
        Hide phone_information attributes Show phone_information attributes object
        • country string
        • number string
        • created_at string(date-time)
        • updated_at string(date-time)
        • country_code string
        • iso_code string
GET /scope/account
curl \
 --request GET 'https://sandbox.serchservice.com/api/v1/scope/account?id=string' \
 --header "X-Serch-Signed: $API_KEY" \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "X-Serch-Drive-Api-Key: $API_KEY" \
 --header "X-Serch-Drive-Secret-Key: $API_KEY" \
 --header "X-Serch-Guest-Api-Key: $API_KEY" \
 --header "X-Serch-Guest-Secret-Key: $API_KEY"
Response examples (200)
{
  "status": "100 CONTINUE",
  "code": 42,
  "message": "string",
  "data": {
    "avatar": "string",
    "id": "string",
    "details": {
      "image": "string",
      "category": "string",
      "gender": "string",
      "rating": 42.0,
      "status": "SUSPENDED",
      "role": "USER",
      "messaging_token": "string"
    },
    "active": {
      "id": 42,
      "status": "ONLINE",
      "address": "string",
      "latitude": 42.0,
      "longitude": 42.0,
      "created_at": "2025-05-04T09:42:00Z",
      "updated_at": "2025-05-04T09:42:00Z",
      "place_id": "string"
    },
    "organization": {
      "name": "string",
      "logo": "string",
      "description": "string",
      "address": "string",
      "contact": "string",
      "category": "string",
      "image": "string",
      "admin": {
        "id": "string",
        "firstName": "string",
        "lastName": "string",
        "name": "string",
        "emailAddress": "string",
        "avatar": "string",
        "role": "USER",
        "category": "string",
        "rating": 42.0,
        "image": "string",
        "status": "SUSPENDED",
        "createdAt": "2025-05-04T09:42:00Z",
        "updatedAt": "2025-05-04T09:42:00Z"
      },
      "created_at": "2025-05-04T09:42:00Z",
      "updated_at": "2025-05-04T09:42:00Z"
    },
    "additional": {
      "id": 42,
      "city": "string",
      "state": "string",
      "country": "string",
      "created_at": "2025-05-04T09:42:00Z",
      "updated_at": "2025-05-04T09:42:00Z",
      "street_address": "string",
      "landmark": "string",
      "surety_status": "string",
      "surety_first_name": "string",
      "surety_last_name": "string",
      "surety_email": "string",
      "surety_phone_number": "string",
      "surety_address": "string"
    },
    "delete": {
      "id": "string",
      "status": "OPENED",
      "created_at": "2025-05-04T09:42:00Z",
      "updated_at": "2025-05-04T09:42:00Z"
    },
    "device": {
      "state": "string",
      "country": "string",
      "name": "string",
      "device": "string",
      "host": "string",
      "ip_address": "string",
      "operating_system": "string",
      "operating_system_version": "string",
      "local_host": "string"
    },
    "setting": {
      "id": 42,
      "gender": "MALE",
      "created_at": "2025-05-04T09:42:00Z",
      "updated_at": "2025-05-04T09:42:00Z",
      "show_only_verified": true,
      "show_only_certified": true
    },
    "verification": {
      "status": "REQUESTED",
      "created_at": "2025-05-04T09:42:00Z",
      "updated_at": "2025-05-04T09:42:00Z",
      "use_of_data_consent": "NONE",
      "trip_consent": "NONE",
      "manner_consent": "NONE",
      "regulation_consent": "NONE",
      "liability_consent": "NONE",
      "user_data_status": "REQUESTED"
    },
    "skills": [
      {
        "id": 42,
        "skill": "string",
        "created_at": "2025-05-04T09:42:00Z",
        "updated_at": "2025-05-04T09:42:00Z"
      }
    ],
    "first_name": "string",
    "last_name": "string",
    "email_address": "string",
    "created_at": "2025-05-04T09:42:00Z",
    "updated_at": "2025-05-04T09:42:00Z",
    "account_created_at": "string",
    "account_updated_at": "string",
    "profile_created_at": "string",
    "profile_updated_at": "string",
    "email_confirmed_at": "string",
    "password_updated_at": "string",
    "last_signed_in": "string",
    "app_rating": {
      "id": 42,
      "rating": 42.0,
      "comment": "string",
      "app": "string",
      "created_at": "2025-05-04T09:42:00Z",
      "updated_at": "2025-05-04T09:42:00Z"
    },
    "phone_information": {
      "country": "string",
      "number": "string",
      "created_at": "2025-05-04T09:42:00Z",
      "updated_at": "2025-05-04T09:42:00Z",
      "country_code": "string",
      "iso_code": "string"
    }
  }
}