I'm trying to connect to the REST API of a BC App with Basic Auth and Postman, the REST Call is:
api.businesscentral.dynamics.com/.../items
The auth-user has set a valid Web Service Access Key but the response is:
{
"error": {
"code": "Authentication_InvalidCredentials",
"message": "The server has rejected the client credentials. CorrelationId: d999c9a5-2395-456a-9541-9da6dca75410."
}
}
Is there an application-wide setting to enable or disable REST accessibility?
THX