partner-api-documentation

Partner API

APIs

API Portal

Development


### Production
```https://api-portal.openbusiness.ing.de/```
access available only upon request

## Endpoints
### Development
```https://api.accp.openbusiness.ing.de/partner-api/{resource}```

### Production
```https://api.openbusiness.ing.de/partner-api/{resource}```

### Headers
For all the APIs operations you must provide the headers:
* ```Subscription-Key: <key>```.
* `Authorization : Bearer <token>`\*

Note: for the token endpoint you do not need to provide the Authorization header since this endpoint is used for obtaining the token. ``` For more details see security page and tutorials page

Security

All the APIs are protected for security layers, such as, mTLS, Whitelisting, Throttling, etc. For more details see security page and tutorials page

Application API

See Application API Page

Test API

See Test API Page

Token API

See Token API Page

Postman collection

For more details about an example Postman collection, see tutorials page.