• Trigger de teste
      POST
    • Auth Register
      POST
    • Acessar plataforma
      POST
    • Juscia
      GET
    • Juscia- Enviar mensagem
      POST
    • Teste
      GET

      Acessar plataforma

      Em desenvolvimento
      POST
      auth/login
      Acessar plataforma
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'http://localhost:3001/v1/auth/login' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "email":"adritis.pessoal@gmail.com",
          "password":"11165535"
      }'
      Response Response Example
      {"accessToken":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwicmVtb3RlQWRkcmVzcyI6Ijo6MSIsInRva2VuVHlwZSI6InVzZXIiLCJpc0FkbWluIjp0cnVlLCJpYXQiOjE3NTA5OTg3NzksImV4cCI6MTc1MTA4NTE3OX0.XO_JFebQ4KTq31_fJvrHGlgDf_0fv94DLavztIrzf3Q","userData":{"id":1,"uuid":"e514b49e-cf27-4bf6-856a-972ab94890d5","createdAt":"2025-06-10T12:14:24.009Z","updatedAt":"2025-06-27T01:21:49.828Z","idGoogle":"101494973380567966536","lastAccess":"2025-06-27T01:21:49.820Z","name":"Adriel Oliveira","avatar":"https://lh3.googleusercontent.com/a/ACg8ocJZ-Bcx205EsR3fUHP7Tw7r7SDulaml9qwyOPtgG47b3Tldmohh=s96-c","role":"admin","origin":"other","blocked":false,"onboardingComplete":true,"welcomeComplete":true,"configComplete":true,"email":"adritis.pessoal@gmail.com","phone":null,"companyName":"Atmus Tecnologia","companyTeamSize":4,"companySector":1,"companyFocus":2,"companySize":2,"goal":1,"emailVerifiedAt":null,"lastEmailChangePassword":null,"twoFactorEnabled":false,"twoFactorKey":null,"credentials":[],"googleCredentials":{},"settings":{"language":"pt-BR","ameliaEnabled":true,"twoFactorEnabled":false},"lastWorkspaceId":1,"subscriptionId":1,"color":"#06b6d4","subscription":{"id":1,"uuid":"da0147f0-075b-4f5e-af2d-b9d790409878","createdAt":"2025-06-10T13:00:54.264Z","updatedAt":"2025-06-26T22:20:43.448Z","userId":1,"externalId":"sub_1RYRneFfqortxvlDu10lxrVa","planId":"8bd45168-483a-4e2e-b378-2d1651e9a2c6","checkout":"https://checkout.stripe.com/c/pay/cs_test_a1SvwJen3HIalapF1DWyJNAZoeTXIjQwb1DtwPf5mv9QkHfKTsA8KpXkjZ#fid2cGd2ZndsdXFsamtQa2x0cGBrYHZ2QGtkZ2lgYSc%2FY2RpdmApJ2R1bE5gfCc%2FJ3VuWnFgdnFaaTE9UUR%2FNjddSnxpQWtjXGR9azxHaEppJyknY3dqaFZgd3Ngdyc%2FcXdwYCknaWR8anBxUXx1YCc%2FJ3Zsa2JpYFpscWBoJyknYGtkZ2lgVWlkZmBtamlhYHd2Jz9xd3BgeCUl","planName":"Plano Agência","price":"499.00","status":"active","paymentMethod":"credit_card","billingCycle":"monthly","trialStart":"2025-07-10T13:01:09.000Z","trialEnd":"2025-06-20T13:01:09.000Z","currentPeriodStart":"2025-06-17T13:01:09.000Z","currentPeriodEnd":"2025-07-17T13:01:09.000Z","canceledAt":null,"cancelAtPeriodEnd":false,"provider":"stripe","usageStorage":0,"usageChannels":0,"usageUsers":0,"usageAutomationsActive":0,"usageWorkspaces":0,"usageAssistants":0,"usageTools":0,"usageAmeliaCustomComponents":0,"isExpired":false,"isActive":true,"isTrial":false,"daysRemaining":20},"initials":"AO"}}

      Requisição

      Parâmetros Bodyapplication/json
      email
      string 
      requerido
      password
      string 
      requerido
      Examples

      Respostas

      🟢200Success
      application/json
      Body
      accessToken
      string 
      requerido
      userData
      object 
      requerido
      id
      integer 
      requerido
      uuid
      string 
      requerido
      createdAt
      string 
      requerido
      updatedAt
      string 
      requerido
      idGoogle
      string 
      requerido
      lastAccess
      string 
      requerido
      name
      string 
      requerido
      avatar
      string 
      requerido
      role
      string 
      requerido
      origin
      string 
      requerido
      blocked
      boolean 
      requerido
      onboardingComplete
      boolean 
      requerido
      welcomeComplete
      boolean 
      requerido
      configComplete
      boolean 
      requerido
      email
      string 
      requerido
      phone
      null 
      requerido
      companyName
      string 
      requerido
      companyTeamSize
      integer 
      requerido
      companySector
      integer 
      requerido
      companyFocus
      integer 
      requerido
      companySize
      integer 
      requerido
      goal
      integer 
      requerido
      emailVerifiedAt
      null 
      requerido
      lastEmailChangePassword
      null 
      requerido
      twoFactorEnabled
      boolean 
      requerido
      twoFactorKey
      null 
      requerido
      credentials
      array[string]
      requerido
      googleCredentials
      object 
      requerido
      settings
      object 
      requerido
      lastWorkspaceId
      integer 
      requerido
      subscriptionId
      integer 
      requerido
      color
      string 
      requerido
      subscription
      object 
      requerido
      initials
      string 
      requerido
      Modificado em 2025-06-27 04:34:05
      Página anterior
      Auth Register
      Próxima página
      Juscia
      Built with