PublishDrive

Example: Get a book by external id

Resolve a stable partner-side identifier (`externalId`) to the same book payload as GET by public id.

Reference: Get a book by external id. Works when the book was created (or updated) with an externalId in the request body.

Replace YOUR_API_KEY. Example external id ext-001 matches the OpenAPI demo payload.

See also


GET /books/external-id/{bookExternalId}

curl -sS "https://api.sandbox.dev.publishdrive.com/v2/distribution/books/external-id/ext-001" \
  -H "apikey: YOUR_API_KEY"

On this page