HomeCurrent environment: development
Run All TestsIntegrations SimulationMock Configurations

ambita-realty

Environment URLs & Endpoints

developmentCurrent
TokenOpenAPI

Client Configuration

URL: https://beta-api.ambita.com/realty

Token Configurations

URL: https://beta-api.ambita.com/authentication/v2/token
Method: POST
Body:
client_id: STACC_BETA_TOS_1
client_secret: $secrets.AMBITA_CLIENT_SECRET
grant_type: password
password: $secrets.AMBITA_PASSWORD
username: STACC_BANK

OpenAPI Spec

URL: https://beta-api.ambita.com/realty/api-docs
production
TokenOpenAPI
Has Overrides

Client Configuration

URL: https://api.ambita.com/realty

Token Configurations

URL: https://api.ambita.com/authentication/v2/token
Method: POST
Body:
client_id: TBD
client_secret: $secrets.AMBITA_CLIENT_SECRET
grant_type: password
password: $secrets.AMBITA_PASSWORD
username: TBD

OpenAPI Spec

URL: https://api.ambita.com/realty/api-docs
Base Configuration
{
  "basePath": "https://beta-api.ambita.com",
  "client": {
    "log": {
      "enable": true,
      "headers": [
        "x-correlation-id"
      ]
    },
    "url": "/realty"
  },
  "openApi": {
    "ignorePath": "/realty",
    "ignoreTags": [
      "Deprecated"
    ],
    "url": "/realty/api-docs"
  },
  "tests": [
    {
      "path": "/v1/persons/14622731/ownedcadastres/"
    },
    {
      "path": "/v1/scopes/"
    }
  ],
  "token": {
    "body": {
      "client_id": "STACC_BETA_TOS_1",
      "client_secret": "$secrets.AMBITA_CLIENT_SECRET",
      "grant_type": "password",
      "password": "$secrets.AMBITA_PASSWORD",
      "username": "STACC_BANK"
    },
    "url": "/authentication/v2/token"
  },
  "name": "ambita-realty",
  "org": "stacc",
  "module": "mortgage-no",
  "component": "ambita-realty"
}