/{use-case} endpoint. If you have a subscription for a specific use-case, these are the endpoints that you should use. You will not be able to call the /GetAllAttributes or /Attributes endpoints.
Important note on other endpoints : If you have a subscription to our full library, you are able to choose between the use-case endpoints, the /GetAllAttributes endpoint, and/or our customizable /Attributes endpoint for your specific requirements.
Important flow for integration : You will have to set up an additional three API calls to pull back Attributes—You should follow the API Call Flow below to ensure no errors.
A note on the API Call Flow
The previous live call to/GetAccountsDetail must be completely finished before initiating the below series of calls, otherwise you may receive a 202 OPERATION_PENDING error.-
Make a call to
/Authorizewith the parameterMostRecentCached:trueto exchange yourloginIdfor a newrequestIdand open a session. -
Make a call to
/GetAccountsDetailwith the parameterrequestIdto pull back transactional data ready for analysis. -
Set up your job to call the specific
/Attributesendpoint required only when the previous/GetAccountsDetailcall has been successfully completed.
Operations accounts only
Operations is the only supported value.