Find 3

GET /organization

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 /organization
curl \
 --request GET 'https://sandbox.serchservice.com/api/v1/organization?secret=string'
Response examples (200)
{
  "status": "100 CONTINUE",
  "code": 42,
  "message": "string",
  "data": {
    "email_address": "string",
    "first_name": "string",
    "last_name": "string",
    "phone_number": "string",
    "username": "string",
    "avatar": "string",
    "instagram": "string",
    "twitter": "string",
    "linkedIn": "string",
    "position": "string"
  }
}