List keys

--


We can list all the keys registered in our account or only those in a particular status.

Filter Examples:

To list all keys, simply omit the filters: GET https://api.asaas.com/v3/pix/addressKeys

To list only keys with a certain status, specify the status parameter with the desired status value: GET https://api.asaas.com/v3/pix/addressKeys?status=ACTIVE

To list keys with different statuses, specify the statusList parameter with an array of statuses: GET https://api.asaas.com/v3/pix/addressKeys?statusList=ACTIVE,AWAITING_DELETION

Language
Authorization
Header
Click Try It! to start a request and see the response here!