Partner APIs to embed Audicin in your application
Partner APIs to embed Audicin in your application
curl -i -X GET \
'https://api.partner.audicin.com/api/artists?fields=string&locale=string&pagination%5Blimit%5D=0&pagination%5Bpage%5D=0&pagination%5BpageSize%5D=0&pagination%5Bstart%5D=0&pagination%5BwithCount%5D=true&populate=string&sort=string' \
-H 'Authorization: Bearer <YOUR_API_KEY_HERE>'{ "data": [ { … } ], "meta": { "pagination": { … } } }
curl -i -X GET \
'https://api.partner.audicin.com/api/artists/{id}' \
-H 'Authorization: Bearer <YOUR_API_KEY_HERE>'{ "data": { "id": 0, "documentId": "string", "firstname": "string", "lastname": "string", "description": "string", "avatar": { … }, "songs": [ … ], "tenant": { … }, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "publishedAt": "2019-08-24T14:15:22Z", "createdBy": { … }, "updatedBy": { … }, "locale": "string", "localizations": [ … ] }, "meta": {} }