Resolve a `(provider, externalId)` pair to the internal series id. Backs the `/series/lookup` deep-link page: external tools (e.g. Codex's plugin web-links button) link to that page with only a provider id, and the page resolves it here before redirecting to the series detail route.
GET/api/v1/series/lookup
Resolve a (provider, externalId) pair to the internal series id. Backs
the /series/lookup deep-link page: external tools (e.g. Codex's
plugin web-links button) link to that page with only a provider id, and
the page resolves it here before redirecting to the series detail route.
Request
Responses
- 200
- 404
No series maps to that (provider, externalId)