Amo | Integrações
    Amo | Integrações
    • Voltar para página inicial
    • Open Delivery
    • Webhook
    • Authenticate a Request
    • Get Access Token
      POST
    • Refresh token
      POST
    • Get Merchant
      GET
    • List Orders
      GET
    • Get Order details
      GET
    • Modify Order status
      PATCH

      Get Access Token

      Amb. de prod.
      https://api.amo.delivery
      Amb. de prod.
      https://api.amo.delivery
      POST
      https://api.amo.delivery
      /oauth/token

      Requisição

      Authorization
      Envie suas requisições HTTP com um cabeçalho
      Authorization
      que contenha a palavra Basic seguida por um espaço e uma string codificada em base64 username:password
      Exemplo:
      Authorization: Basic *****************

      Respostas

      🟢200Success
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://api.amo.delivery/oauth/token' \
      --header 'Authorization: Basic <encoded-value>'
      Response Response Example
      {
          "access_token": "your-access-token",
          "refresh_token": "your-refresh-token",
          "session_id": "your-current-session"
      }
      Modificado em 2025-12-11 14:22:59
      Página anterior
      Authenticate a Request
      Próxima página
      Refresh token
      Built with