Skip to content

Match author metadata

POST
/api/v1/authors/{authorId}/match
curl --request POST \
--url http://127.0.0.1:58259/api/v1/authors/1/match \
--header 'Content-Type: application/json' \
--data '{ "source": "AUDNEXUS", "asin": "example", "region": "example" }'

Match an author with an external provider result to populate metadata.

authorId
required
integer format: int64

ID of the author

Media type application/json
object
source
string
Allowed values: AUDNEXUS
asin
string
region
string

Author matched successfully

Media type */*
object
id
integer format: int64
name
string
description
string
asin
string
nameLocked
boolean
descriptionLocked
boolean
asinLocked
boolean
photoLocked
boolean