Skip to main content

Hi team, is there a way I can query a specific publisher’s publisher ID using Rest API? I am looking to automate the creation of private apps with designated publishers. It looks like publisher ID is required when creating private apps with assigned publishers. Thanks in advance! 

Below REST APIv2 query can help to get the list of all or specific publisher’s details such as publisher ID.

 

https://<tenant-name>/api/v2/infrastructure/publishers?fields=publisher_id%2Cpublisher_name


@venkatesanek , it looks like this will return all publishers and their corresponding publisher IDs. What if I only want the request to return a specific publisher’s publisher ID, what will the request look like? 


Yes, this REST APIv2 query will give the list of all publisher details. 

To query a specific publisher details, publisher_id field is needed. But there is no other query available to fetch the publisher_id of a specific publisher.

 


Reply