1. Profile
SocialTrack API Consumer
  • Raiz
    • Account
      • /Account/Create
      • /Account/GetByClientCode
      • /Account/GetByAccountKey
      • /Account/Search
      • /Account/Update
      • /Account/Activate
      • /Account/Deactivate
      • /Account/Remove
      • /Account/GetProfiles
    • Auth
      • /Auth/Token
    • Monitoring
      • /Monitoring/Overview
    • Profile
      • Busca influenciadores
        POST
      • /Profile/Search
        GET
      • /Profile/Remove
        DELETE
      • /Profile/GetByKey
        GET
      • /Profile/GetByProfile
        GET
      • /Profile/Activate
        PUT
      • /Profile/Deactivate
        PUT
      • /Profile/Update
        PUT
    • Settings
      • /Settings/GetSettings
      • /Settings/SetWebHook
    • SocialAnalytics
      • /SocialAnalytics/GetSummary
      • /SocialAnalytics/GetFollowersHistory
      • /SocialAnalytics/GetEngagementHistory
    • SocialCompetitor
      • /SocialCompetitor/Create
      • /SocialCompetitor/GetByKey
      • /SocialCompetitor/Search
      • /SocialCompetitor/Remove
      • /SocialCompetitor/Overview
      • /SocialCompetitor/Reactivate
    • SocialData
      • /SocialData/GetHistory
      • /SocialData/GetCurrent
    • Usage
      • /Usage/Overview
      • /Usage/GetHistory
    • Wallet
      • /Wallet/Overview
      • /Wallet/Balance
      • /Wallet/Statement
      • /Wallet/Deposits
      • /Wallet/Deposits/GetById
      • /Wallet/Deposits/PIX
      • /Wallet/Deposits/GetByClientCode
  • Esquemas
    • AccountCreateRequestDTO
    • AccountRemoveRequestDTO
    • AccountStatusRequestDTO
    • AccountUpdateRequestDTO
    • ProfileRequestAddDTO
    • RequestAuthDTO
  1. Profile

Busca influenciadores

POST
/Profile/Create
Executa uma busca de discovery de perfis com base no texto informado e limite solicitado.

Requisição

Authorization
API Key
Adicionar parâmetro em header
Authorization
Exemplo:
Authorization: ********************
or
Parâmetros Bodyapplication/json

Examples

Respostas

🟢200
Busca realizada com sucesso.
Esta resposta não possui corpo.
🟠400
🟠401
🔴500
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/Profile/Create' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "socialNetwork": "string",
    "accountKey": "string",
    "username": "string",
    "displayName": "string",
    "planName": "string",
    "clientCode": "string"
}'
Modificado em 2026-04-05 00:42:44
Página anterior
/Monitoring/Overview
Próxima página
/Profile/Search
Built with