This endpoint requires access to Account & Session Takeover Prevention (ASTP).
Please contact your Customer Success Manager for more details.
Export Steps
1
Fetch one page of results
Use the
credentials/_search endpoint to fetch one page of results.If the returned page of results is empty, this means that the export is complete.2
Print the results
Loop over the response’s items and print the results.
3
Ratelimit and go to step 1
Wait one second to avoid going over the API rate limit. Then, go back to step 1 to fetch the next page.
End-to-End Examples
These are end-to-end examples in various programming languages.Python SDK Example
Python SDK Example
Go SDK Example
Go SDK Example