Skip to content

Copy a shared template into the player's list

POST
/share/import
curl --request POST \
--url https://api.harperharbor.com/open/v1/share/import \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "code": "example" }'
Media typeapplication/json
object
code
required
string
Examplegenerated
{
"code": "example"
}

The new templateId. Counts against the player’s template limit.