v1

latestOpenAPI 3.0.0Superhuman Developer Terms2026-08-06124404444.0 KB
Packs

Add a maker for Pack

Set a maker for a given Pack. Used to display makers for a Pack in the corresponding Packs page.

post/packs/{packId}/maker

Path parameters

packIdinteger required

ID of a Pack

Request body

loginIdstring required

The email of the Pack maker.

Example request

{
  "loginId": "api@example.com"
}

Response

Confirmation of successfully adding a Pack maker.

AddPackMakerResponse required

Confirmation of successfully adding a Pack maker.