HomeCurrent environment: development
Run All TestsIntegrations SimulationMock Configurations

ambita-etinglysing

Environment URLs & Endpoints

developmentCurrent
TokenOpenAPISOAP

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_ETINGLYSING_PASSWORD
username: STACC

OpenAPI Spec

URL: ./openapi/ambita-etinglysing.json

SOAP WSDL

URL: https://beta.etinglysing.no/ws/v7/dokument?wsdl
Basic Auth: STACC / $secrets.AMBITA_ETINGLYSING_PASSWORD
production
TokenOpenAPISOAP
Has Overrides

Client Configuration

URL: https://www.etinglysing.no

Token Configurations

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

OpenAPI Spec

URL: ./openapi/ambita-etinglysing.json

SOAP WSDL

URL: https://beta.etinglysing.no/ws/v7/dokument?wsdl
Basic Auth: STACC / $secrets.AMBITA_ETINGLYSING_PASSWORD
Base Configuration
{
  "basePath": "",
  "openApi": {
    "url": "./openapi/ambita-etinglysing.json"
  },
  "soap": {
    "basicAuth": {
      "password": "$secrets.AMBITA_ETINGLYSING_PASSWORD",
      "username": "STACC"
    },
    "wsdlUrl": "https://beta.etinglysing.no/ws/v7/dokument?wsdl"
  },
  "token": {
    "body": {
      "client_id": "STACC_BETA_TOS_1",
      "client_secret": "$secrets.AMBITA_CLIENT_SECRET",
      "grant_type": "password",
      "password": "$secrets.AMBITA_ETINGLYSING_PASSWORD",
      "username": "STACC"
    },
    "url": "https://beta-api.ambita.com/authentication/v2/token"
  },
  "name": "ambita-etinglysing",
  "org": "stacc",
  "module": "mortgage-no",
  "component": "ambita-etinglysing"
}