Create a marketplace API session using the provided PST
POST/api/v1/marketplace/plugins/:pluginId/session/claim
Creates a marketplace API session using the provided PST (Plugin Session Token).
Request
Responses
- 200
- 400
- 401
Success: session is created.
Bad request: the PST header is missing.
Unauthorized: the PST is not valid.