# Submit ad for review When an advertisement is created it is initially just a draft, visible only to administrators of the advertising event host. When an advertisement is ready to go live, it must first be submitted for review by a member of the TickeTing team. If the advertisement is approved, it will be published and made visible to users across the TickeTing ecosystem. If rejected, the advertisement will be returned to a draft status. Endpoint: POST /advertisements/{advertisement}/submissions Version: 3.0.0 Security: SessionKey ## Path parameters: - `advertisement` (integer, required) Unique identifier of the requested advertisement ## Response 201 fields (application/json): - `message` (string) Reason for the given response. ## Response 403 fields (application/json): - `message` (string) Reason for the given response. ## Response 409 fields (application/json): - `message` (string) Reason for the given response.