Marketing Preference XAPI
Security
Policies:
Client Id Enforcement
To consume the API, consumer must register its client application with in Anypoint exchange and get the Client ID and Client Secret. The Client ID (client-id) and Client Secret(client-secret) should be passed in http headers to get authorized.
- Client ID Expression[attributes.headers['client-id']]
- Client Secret Expression[attributes.headers['client-secret']]
| No. | Methods | Resource |
|---|---|---|
| 1. | GET | /status |
| 2. | POST | /acceptedArticles |
| 3. | POST | /editorialBoardJournals |
Endpoints are secured using Client ID policies
Reference: Client Id Enforcement
IP Allowlist
| No. | Methods | Resource |
|---|---|---|
| 1. | GET | /scholarOneArticles |
Endpoint are secured using IP Allowlist policies to provide access to individual and allow specific IP addresses to access servies.
Reference: IP Allowlist