Pesquisando pelo CPF - GrupoBRA/SocialAPI-v2-Doc GitHub Wiki

Endpoint: /v1/pessoa-fisica/search/cpf/{cpf}/

Método: GET

Retorno:

{
  "success": true,
  "data": {
    "SocialAPI": {
      "pf_id": "abcd123",
      "pf_cpf": "00202880184",
      "pf_nome": "Vinícius Alpha Pozzebon Jr",
      "pf_nascimento": "1983-05-18",
      "timestamp": 1504285146,
      "files": {
        "foto": {
          "public": [
            {
              "pf_foto_id": "{pf_foto_id}",
              "foto_url": "url-foto.jpg",
              "width": 675,
              "height": 325,
              "coordinate_x": 90,
              "coordinate_y": 120,
              "rotate": 90,
              "author": {
                "oid": "{oid}",
                "uupfid": "{uupfid}",
                "nome": "Vinicius Pozzebon",
                "timestamp": "{data_hora}"
              }
            }
          ],
          "private": [
            {
              "pf_foto_id": "{pf_foto_id}",
              "foto_url": "url-foto.jpg",
              "width": 675,
              "height": 325,
              "coordinate_x": 90,
              "coordinate_y": 120,
              "rotate": 90,
              "author": {
                "oid": "{oid}",
                "uupfid": "{uupfid}",
                "nome": "Vinicius Pozzebon",
                "timestamp": 123123123
              }
            }
          ]
        }
      }
    }
  }
}

Issue de referência: https://github.com/BRAConsultoria/SocialAPI-v2/issues/4