https://{customer}-api.spencer.cohttps://spencermultissov2-production-identity.spencer.cohttps://{customer}-stag-api.spencer.cohttps://spencermultissov2-staging-identity.spencer.coPOST /auth/oauth2/realms/root/realms/{customer}/access_token
Host: spencermultissov2-production-identity.spencer.co
Content-Type: application/x-www-form-urlencoded
grant_type=client_credentials
&client_id={clientId}
&client_secret={clientSecret}{customer}: your customer ID{clientId} and {clientSecret}: received from SpencerGET /agent/integration/api/v1/news/user-lists/{userListId}/publications
Host: {customer}-api.spencer.co
Content-Type: application/json
Authorization: Bearer {accessToken}{customer}: your customer ID{userListId}: the UUID of the userlist, found in the Spencer BO{accessToken}: the access token found in the response of the previous API call