### 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
All the APIs are protected for security layers, such as, mTLS, Whitelisting, Throttling, etc. For more details see security page and tutorials page
See Test API Page
See Token API Page
For more details about an example Postman collection, see tutorials page.