Currently I am working on pinterest api to get pin from my domain. I am able to get access token by api. Than I am making api call to get domain pin by using below :
https://api.pinterest.com/v3/domains/<domain>/search/pins?access_token=ACCESSTOKEN
But I am not sure what to put as <domain>
.
How can I know what is my domain name in pinterest.
Note : I have created app using http:developer.pinterest.com/manage
Also, there is not any provision of domain name over there, it should be your profile name or we may have to make some different process to get domain name.