Advert status codes
Code is sent (when exist) on our notifications webhook, and it represents the actual status of the advert as given by the site.
You should use these statuses in your own implementation so that you can provide proper feedback to your users, as well as determine which operations you can execute. To see more which operations can be executed for each code, look at Publish Advert page.
Code | Description |
---|---|
active | The advert was successfully created and published. |
unpaid | The advert was successfully created but remains unpaid. |
moderated removed_by_moderator | The advert was moderated (by a moderator or by a moderation process) and is not published. |
removed_by_user | The advert was removed by the user and is not published. |
removed_by_parent_ad | Investments Units Only * The advert was removed due to parent advert removal. |
outdated | The advert got expired after a given period of time and is not published. |
new | The advert was successfully created but remains unpublished. |
blocked | The advert is waiting to be verified by the moderator. This status can be returned after an update (PUT) to already moderated advert (code: moderated or code: removed_by_moderator ). |
Updated 7 months ago
See more