Get album by barcode returns 404 #41
anatosun
started this conversation in
Report bug
Replies: 2 comments 1 reply
-
Hey @anatosun, I believe you are calling the wrong domain. Please refer to the TIDAL API reference for the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for your answer. However, whenever I try to call the openapi endpoint with: curl -X 'GET' \
'https://openapi.tidal.com/albums/byBarcodeId?barcodeId=00854242007552&countryCode=US' \
-H 'accept: application/vnd.tidal.v1+json' \
-H 'Authorization: Bearer redacted' \
-H 'Content-Type: application/vnd.tidal.v1+json' I get: {"errors":[{"category":"API_ERROR","code":"SERVICE_UNAVAILABLE","detail":"The service is currently unable to handle requests"}]} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When querying the API endpoint
/albums/byBarcodeId
, I unfortunately get a 404 error, although the barcode exists.Beta Was this translation helpful? Give feedback.
All reactions