: Get Serial Numbers Associated with an Authcode Using the API
Focus
Focus

Get Serial Numbers Associated with an Authcode Using the API

Table of Contents
End-of-Life (EoL)

Get Serial Numbers Associated with an Authcode Using the API

Use this API to retireve a list of serials numbers associated with a specified auth code.
Header Parameters: token
Query Parameters: auth_code
Request Method: GET
URL: https://api.paloaltonetworks.com/tms/v1/firewallserialnumbers?auth_code=<authcode>
Use the following API to retrieve a list of serial numbers associated with a specified auth code.
Sample API request:
curl --location --request GET 'https://api.paloaltonetworks.com/tms/v1/firewallserialnumbers?auth_code=<authcode>'\ --header 'token: <your-token>' \
Sample API response:
{ "vm_series": [ "00799##########" ], "cn_panorama": [], "panorama": [], "cn_firewall": [] }