getAllowlistIdentifierList()
Retrieves the list of all allowlist identifiers.
Example
In this example, you can see that the returned PaginatedResourceResponse
includes data
, which is an array of all AllowlistIdentifier
objects, and totalCount
, which indicates the total number of allowlist identifiers in the system.
Backend API (BAPI) endpoint
This method in the SDK is a wrapper around the BAPI endpoint GET/allowlist-identifiers
. See the BAPI reference for more information.
Feedback
Last updated on