Application Webapp Origins V2

Add Application Webapp Allowed Origin

Adds a browser origin (scheme + host only) to the allowlist. Requires applications:write scope.

post/v2/applications/{application_id}/webapp_origins

Path parameters

application_idstring required

Application ID

Application ID

Request body

originstring required

Browser origin to allow (scheme + host only)

Response

Success

idstring required

Unique identifier for the allowed origin

object'application_webapp_origin' required

Object type, always application_webapp_origin

application_idstring required

ID of the application this origin belongs to

originstring required

Allowed browser origin (scheme + host only, e.g. https://merchant.com)

created_atstring required

ISO 8601 timestamp of when the origin was added

Changes

No recorded changes to this endpoint across all 2 revisions of this API.