get https://apis.p2pemanager.com/api/v1/devices
This endpoint returns a list of Devices. This endpoint can be returned. Some Devices will only appear for certain types of Users if they are in a particular state. For example, when a KIF user makes this API call, a Device will be included in the response list if its deviceState is set to 'Unassigned', 'Assigned', or 'Injected'. Once it is received by the merchant and its deviceState is set to 'Stored' or 'Activating', the Device will no longer appear on the GET all devices response for the KIF user.
The list of Devices can be filtered by the Partner, Client, KIF, and the Device's state. Use the 'skip' and 'take' parameters to implement pagination.