Difference between revisions of "NATS4 REST API Overview"
Line 364: | Line 364: | ||
**[[NATS4 REST API Message DELETE permanent|DELETE /message/permanent]] | **[[NATS4 REST API Message DELETE permanent|DELETE /message/permanent]] | ||
+ | |||
+ | |||
+ | |||
+ | ---- | ||
+ | '''Notification''' | ||
+ | *'''''GET''''': | ||
+ | **[[NATS4 REST API Notification GET count|GET /notification/count]] | ||
+ | **[[NATS4 REST API Notification GET notifications|GET /notification/notifications]] | ||
+ | **[[NATS4 REST API Notification GET view|GET /notification/view]] | ||
+ | *'''''PATCH''''': | ||
+ | **[[NATS4 REST API Notification PATCH read|PATCH /notification/read]] | ||
+ | **[[NATS4 REST API Notification PATCH unread|PATCH /notification/unread]] | ||
+ | **[[NATS4 REST API Notification PATCH undelete|PATCH /notification/undelete]] | ||
+ | *'''''DELETE''''': | ||
+ | **[[NATS4 REST API Notification DELETE notification|DELETE /notification/notification]] | ||
+ | **[[NATS4 REST API Notification DELETE permanent|DELETE /notification/permanent]] | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ---- | ||
+ | '''Option''' | ||
+ | *'''''GET''''': | ||
+ | **[[NATS4 REST API Get Options|GET /option/options]] | ||
+ | **[[NATS4 REST API Get Option Rule|GET /option/rule]] | ||
+ | *'''''PATCH''''': | ||
+ | **[[NATS4 REST API Edit Option Rule|PATCH /option/rule]] | ||
+ | **[[NATS4 REST API Edit Option Text|PATCH /option/text]] | ||
+ | *'''''POST''''': | ||
+ | **[[NATS4 REST API Add Option Rule|POST /option/rule]] | ||
Line 369: | Line 399: | ||
---- | ---- | ||
+ | '''Payment''' | ||
+ | *'''''GET''''': | ||
+ | **[[NATS4 REST API Payment GET dump-format|GET /payment/dump-format]] | ||
+ | **[[NATS4 REST API Payment GET dump-formats|GET /payment/dump-formats]] | ||
+ | **[[NATS4 REST API Payment GET invoices|GET /payment/invoices]] | ||
+ | **[[NATS4 REST API Get Payment Data|GET /payment/payments]] | ||
+ | **[[NATS4 REST API Payment GET payment-dumps|GET /payment/payment-dumps]] | ||
+ | **[[NATS4 REST API Payment GET payment-dump|GET /payment/payment-dump]] | ||
+ | **[[NATS4 REST API Payment GET payment-search|GET /payment/payment-search]] | ||
+ | **[[NATS4 REST API Payment GET payvia|GET /payment/payvia]] | ||
+ | **[[NATS4 REST API Payment GET payvias|GET /payment/payvias]] | ||
+ | **[[NATS4 REST API Payment GET payvia-fields|GET /payment/payvia-fields]] | ||
+ | **[[NATS4 REST API Payment GET payvia-field-mcs|GET /payment/payvia-field-mcs]] | ||
+ | **[[NATS4 REST API Payment GET payout-period|GET /payment/payout-period]] | ||
+ | **[[NATS4 REST API Payment GET payout-periods|GET /payment/payout-periods]] | ||
+ | **[[NATS4 REST API Payment GET payvia-rules|GET /payment/payvia-rules]] | ||
+ | **[[NATS4 REST API Payment GET payvia-rule|GET /payment/payvia-rule]] | ||
+ | **[[NATS4 REST API Get Payvia Rule|GET /payment/payviarule]] | ||
+ | *'''''POST''''': | ||
+ | **[[NATS4 REST API Payment POST check-dump|POST /payment/check-dump]] | ||
+ | **[[NATS4 REST API Payment POST dump-format|POST /payment/dump-format]] | ||
+ | **[[NATS4 REST API Payment POST import-dump|POST /payment/import-dump]] | ||
+ | **[[NATS4 REST API Payment POST invoice|POST /payment/invoice]] | ||
+ | **[[NATS4 REST API Payment POST payout-period|POST /payment/payout-period]] | ||
+ | **[[NATS4 REST API Payment POST payvia|PATCH /payment/payvia]] | ||
+ | **[[NATS4 REST API Payment POST payvia-field|PATCH /payment/payvia-field]] | ||
+ | **[[NATS4 REST API Payment POST payvia-field-mc|PATCH /payment/payvia-field-mc]] | ||
+ | **[[NATS4 REST API Payment POST payvia-rule|PATCH /payment/payvia-rule]] | ||
+ | *'''''PATCH''''': | ||
+ | **[[NATS4 REST API Payment PATCH copy-dump-format]] | ||
+ | **[[NATS4 REST API Payment PATCH default-payout-period|PATCH /payment/default-payout-period]] | ||
+ | **[[NATS4 REST API Payment PATCH dump-format|PATCH /payment/dump-format]] | ||
+ | **[[NATS4 REST API Payment PATCH duplicate-payvia|PATCH /payment/duplicate-payvia]] | ||
+ | **[[NATS4 REST API Payment PATCH invoice|PATCH /payment/invoice]] | ||
+ | **[[NATS4 REST API Payment PATCH payment|PATCH /payment/payment]] | ||
+ | **[[NATS4 REST API Payment PATCH payment-paid|PATCH /payment/payment-paid]] | ||
+ | **[[NATS4 REST API Payment PATCH payment-store|PATCH /payment/payment-store]] | ||
+ | **[[NATS4 REST API Payment PATCH payment-unstore|PATCH /payment/payment-unstore]] | ||
+ | **[[NATS4 REST API Set Payment Status|PATCH /payment/payments]] | ||
+ | **[[NATS4 REST API Payment PATCH payments-unstore|PATCH /payment/payments-unstore]] | ||
+ | **[[NATS4 REST API Payment PATCH payout-period|PATCH /payment/payout-period]] | ||
+ | **[[NATS4 REST API Payment PATCH payout-period-affiliates|PATCH /payment/payout-period-affiliates]] | ||
+ | **[[NATS4 REST API Payment PATCH payvia|PATCH /payment/payvia]] | ||
+ | **[[NATS4 REST API Payment PATCH payvia-field|PATCH /payment/payvia-field]] | ||
+ | **[[NATS4 REST API Payment PATCH payvia-fields-reorder|PATCH /payment/payvia-fields-reorder]] | ||
+ | **[[NATS4 REST API Payment PATCH payvia-field-mc|PATCH /payment/payvia-field-mc]] | ||
+ | **[[NATS4 REST API Payment PATCH payvia-field-mcs-reorder|PATCH /payment/payvia-field-mcs-reorder]] | ||
+ | **[[NATS4 REST API Payment PATCH payvia-rule|PATCH /payment/payvia-rule]] | ||
+ | **[[NATS4 REST API Set Payvia Rule|PATCH /payment/payviarule]] | ||
+ | **[[NATS4 REST API Payment PATCH restore-payout-period|PATCH /payment/restore-payout-period]] | ||
+ | **[[NATS4 REST API Payment PATCH restore-payvia-field|PATCH /payment/restore-payvia-field]] | ||
+ | **[[NATS4 REST API Payment PATCH restore-payvia-field-mc|PATCH /payment/restore-payvia-field-mc]] | ||
+ | *'''''DELETE''''': | ||
+ | **[[NATS4 REST API Payment DELETE invoice|DELETE /payment/invoice]] | ||
+ | **[[NATS4 REST API Payment DELETE payout-period|DELETE /payment/payout-period]] | ||
+ | **[[NATS4 REST API Payment DELETE payvia-field|DELETE /payment/payvia-field]] | ||
+ | **[[NATS4 REST API Payment DELETE payvia-field-mc|DELETE /payment/payvia-field-mc]] | ||
+ | **[[NATS4 REST API Payment DELETE payvia-rule|DELETE /payment/payvia-rule]] | ||
+ | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | ''' | + | ---- |
− | *[[NATS4 REST API | + | '''Program''' |
+ | *'''''GET''''': | ||
+ | **[[NATS4 REST API Program GET additional-payout-change-targets|GET /program/additional-payout-change-targets]] | ||
+ | **[[NATS4 REST API Program GET affiliate-available|GET /program/affiliate-available]] | ||
+ | **[[NATS4 REST API Program GET detail|GET /program/detail]] | ||
+ | **[[NATS4 REST API Program GET list|GET /program/list]] | ||
+ | **[[NATS4 REST API Program GET options|GET /program/options]] | ||
+ | **[[NATS4 REST API Program GET payout-changes|GET /program/payout-changes]] | ||
+ | **[[NATS4 REST API Program GET redirect-available|GET /program/redirect-available]] | ||
+ | **[[NATS4 REST API Program GET sites|GET /program/sites]] | ||
+ | **[[NATS4 REST API Program GET tours|GET /program/tours]] | ||
+ | **[[NATS4 REST API Program GET types|GET /program/types]] | ||
+ | *'''''POST''''': | ||
+ | **[[NATS4 REST API Program POST new|POST /program/new]] | ||
+ | **[[NATS4 REST API Program POST payout-change|POST /program/payout-change]] | ||
+ | **[[NATS4 REST API Program POST payout-change-tier|POST /program/payout-change-tier]] | ||
+ | *'''''PATCH''''': | ||
+ | **[[NATS4 REST API Program PATCH default payout|PATCH /program/default_payout]] | ||
+ | **[[NATS4 REST API Program PATCH details|PATCH /program/details]] | ||
+ | **[[NATS4 REST API Program PATCH disable affiliate|PATCH /program/disable_affiliate]] | ||
+ | **[[NATS4 REST API Program PATCH disable tour|PATCH /program/disable_tour]] | ||
+ | **[[NATS4 REST API Program PATCH enable affiliate|PATCH /program/enable_affiliate]] | ||
+ | **[[NATS4 REST API Program PATCH enable site|PATCH /program/enable_site]] | ||
+ | **[[NATS4 REST API Program PATCH enable tour|PATCH /program/enable_tour]] | ||
+ | **[[NATS4 REST API Program PATCH move-payout-change|PATCH /program/move-payout-change]] | ||
+ | **[[NATS4 REST API Program PATCH payout-change|PATCH /program/payout-change]] | ||
+ | **[[NATS4 REST API Program PATCH payout-change-tier|PATCH /program/payout-change-tier]] | ||
+ | *'''''DELETE''''': | ||
+ | **[[NATS4 REST API Program DELETE program|DELETE /program/program]] | ||
+ | **[[NATS4 REST API Program DELETE payout-change|DELETE /program/payout-change]] | ||
+ | **[[NATS4 REST API Program DELETE payout-change-tier|DELETE /program/payout-change-tier]] | ||
− | |||
− | |||
− | |||
− | |||
− | ''' | + | |
− | *[[NATS4 REST API Get | + | ---- |
+ | '''Report''' | ||
+ | *'''''GET''''': | ||
+ | **[[NATS4 REST API Report GET affiliate-ratios|GET /report/affiliate-ratios]] | ||
+ | **[[NATS4 REST API Report GET hits|GET /report/hits]] | ||
+ | **[[NATS4 REST API Report GET hit-totals|GET /report/hit-totals]] | ||
+ | **[[NATS4 REST API Get Profit Loss Report|GET /report/profitloss]] | ||
+ | **[[NATS4 REST API Report GET profit-loss|GET /report/profit-loss]] | ||
+ | **[[NATS4 REST API Report GET fields|GET /report/fields]] | ||
+ | **[[NATS4 REST API Report GET focus|GET /report/focus]] | ||
+ | **[[NATS4 REST API Report GET focuses|GET /report/focuses]] | ||
+ | **[[NATS4 REST API Report GET groups|GET /report/groups]] | ||
+ | **[[NATS4 REST API Report GET perspective|GET /report/perspective]] | ||
+ | **[[NATS4 REST API Report GET perspectives|GET /report/perspectives]] | ||
+ | **[[NATS4 REST API Report GET report|GET /report/report]] | ||
+ | **[[NATS4 REST API Report GET subscription|GET /report/subscription]] | ||
+ | **[[NATS4 REST API Report GET surfer|GET /report/surfer]] | ||
+ | **[[NATS4 REST API Report GET surferaction|GET /report/surferaction]] | ||
+ | **[[NATS4 REST API Get Transaction Payout Report|GET /report/transactionpayouts]] | ||
+ | **[[NATS4 REST API Get Transaction Report|GET /report/transactions]] | ||
+ | **[[NATS4 REST API Report GET transaction|GET /report/transaction]] | ||
+ | **[[NATS4 REST API Report GET report-widget|GET /report/report-widget]] | ||
+ | **[[NATS4 REST API Report GET widgets|GET /report/widgets]] | ||
+ | **[[NATS4 REST API Report GET widget|GET /report/widget]] | ||
+ | **[[NATS4 REST API Report GET widget-info|GET /report/widget-info]] | ||
+ | **[[NATS4 REST API Report GET views|GET /report/views]] | ||
+ | *'''''POST''''': | ||
+ | **[[NATS4 REST API Report POST focus|POST /report/focus]] | ||
+ | **[[NATS4 REST API Report POST group|POST /report/group]] | ||
+ | **[[NATS4 REST API Report POST perspective|POST /report/perspective]] | ||
+ | *'''''PATCH''''': | ||
+ | **[[NATS4 REST API Report PATCH focus|PATCH /report/focus]] | ||
+ | **[[NATS4 REST API Report PATCH focus-enabled|PATCH /report/focus-enabled]] | ||
+ | **[[NATS4 REST API Report PATCH focus-default|PATCH /report/focus-default]] | ||
+ | **[[NATS4 REST API Report PATCH focuses-reorder|PATCH /report/focuses-reorder]] | ||
+ | **[[NATS4 REST API Report PATCH perspective|PATCH /report/perspective]] | ||
+ | **[[NATS4 REST API Report PATCH perspective-group|PATCH /report/perspective-group]] | ||
+ | **[[NATS4 REST API Report PATCH report-widget|PATCH /report/report-widget]] | ||
+ | **[[NATS4 REST API Report PATCH widget|PATCH /report/widget]] | ||
+ | *'''''DELETE''''': | ||
+ | **[[NATS4 REST API Report DELETE focus|DELETE /report/focus]] | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ---- | ||
+ | '''Reward''' | ||
+ | *'''''GET''''': | ||
+ | **[[NATS4 REST API Reward GET categories|GET /reward/categories]] | ||
+ | **[[NATS4 REST API Reward GET points|GET /reward/points]] | ||
+ | **[[NATS4 REST API Reward GET purchases|GET /reward/purchases]] | ||
+ | **[[NATS4 REST API Reward GET rewards|GET /reward/rewards]] | ||
+ | *'''''POST''''': | ||
+ | **[[NATS4 REST API Reward POST category|POST /reward/category]] | ||
+ | **[[NATS4 REST API Reward POST point|POST /reward/point]] | ||
+ | **[[NATS4 REST API Reward POST reward|POST /reward/reward]] | ||
+ | *'''''PATCH''''': | ||
+ | **[[NATS4 REST API Reward PATCH move-point|PATCH /reward/move-point]] | ||
+ | **[[NATS4 REST API Reward PATCH point|PATCH /reward/point]] | ||
+ | **[[NATS4 REST API Reward PATCH reward|PATCH /reward/reward]] | ||
+ | **[[NATS4 REST API Reward PATCH ship-purchase|PATCH /reward/ship-purchase]] | ||
+ | **[[NATS4 REST API Reward PATCH unship-purchase|PATCH /reward/unship-purchase]] | ||
+ | *'''''DELETE''''': | ||
+ | **[[NATS4 REST API Reward DELETE category|DELETE /reward/category]] | ||
+ | **[[NATS4 REST API Reward DELETE purchase|DELETE /reward/purchase]] | ||
+ | **[[NATS4 REST API Reward DELETE point|DELETE /reward/point]] | ||
+ | **[[NATS4 REST API Reward DELETE reward|DELETE /reward/reward]] | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ---- | ||
+ | '''Service''' | ||
+ | *'''''GET''''': | ||
+ | **[[NATS4 REST API Service GET check-functions|GET /service/check-functions]] | ||
+ | **[[NATS4 REST API Service GET condition|GET /service/condition]] | ||
+ | **[[NATS4 REST API Service GET countries|GET /service/countries]] | ||
+ | **[[NATS4 REST API Service GET country|GET /service/country]] | ||
+ | **[[NATS4 REST API Service GET datetime|GET /service/datetime]] | ||
+ | **[[NATS4 REST API Service GET languages|GET /service/languages]] | ||
+ | **[[NATS4 REST API Service GET periods|GET /service/periods]] | ||
+ | **[[NATS4 REST API Ping|GET /service/ping]] | ||
+ | **[[NATS4 REST API Service GET project|GET /service/project]] | ||
+ | **[[NATS4 REST API Service GET rule-condition-data|GET /service/rule-condition-data]] | ||
+ | **[[NATS4 REST API Service GET rule-info|GET /service/rule-info]] | ||
+ | **[[NATS4 REST API Service GET stats-breakdowns|GET /service/stats-breakdowns]] | ||
+ | **[[NATS4 REST API Service GET timezone|GET /service/timezone]] | ||
+ | **[[NATS4 REST API Service GET timestamp|GET /service/timestamp]] | ||
+ | *'''''POST''''': | ||
+ | **[[NATS4 REST API Send Email|POST /service/sendemail]] | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ---- | ||
+ | '''Site''' | ||
+ | *'''''GET''''': | ||
+ | **[[NATS4 REST API Site GET base-templates|GET /site/base-templates]] | ||
+ | **[[NATS4 REST API Site GET billers|GET /site/billers]] | ||
+ | **[[NATS4 REST API Site GET cookies|GET /site/cookies]] | ||
+ | **[[NATS4 REST API Site GET coupon|GET /site/coupon]] | ||
+ | **[[NATS4 REST API Site GET coupons|GET /site/coupons]] | ||
+ | **[[NATS4 REST API Site GET coupon-revisions|GET /site/coupon-revisions]] | ||
+ | **[[NATS4 REST API Site GET email-settings|GET /site/email-settings]] | ||
+ | **[[NATS4 REST API Site GET groups|GET /site/groups]] | ||
+ | **[[NATS4 REST API Site GET option|GET /site/option]] | ||
+ | **[[NATS4 REST API Site GET options|GET /site/options]] | ||
+ | **[[NATS4 REST API Site GET options-available|GET /site/options-available]] | ||
+ | **[[NATS4 REST API Site GET option-fields|GET /site/option-fields]] | ||
+ | **[[NATS4 REST API Site GET option-rules|GET /site/option-rules]] | ||
+ | **[[NATS4 REST API Site GET option-rule|GET /site/option-rule]] | ||
+ | **[[NATS4 REST API Site GET option-type|GET /site/option-type]] | ||
+ | **[[NATS4 REST API Site GET option-types|GET /site/option-types]] | ||
+ | **[[NATS4 REST API Site GET programs|GET /site/programs]] | ||
+ | **[[NATS4 REST API Site GET site-list|GET /site/site-list]] | ||
+ | **[[NATS4 REST API Site GET site|GET /site/site]] | ||
+ | **[[NATS4 REST API Site GET site-notices|GET /site/site-notices]] | ||
+ | **[[NATS4 REST API Site GET site-partner|GET /site/site-partner]] | ||
+ | **[[NATS4 REST API Site GET site-partners|GET /site/site-partners]] | ||
+ | **[[NATS4 REST API Site GET site-type|GET /site/site-type]] | ||
+ | **[[NATS4 REST API Site GET sites|GET /site/sites]] | ||
+ | **[[NATS4 REST API Site GET template|GET /site/template]] | ||
+ | **[[NATS4 REST API Site GET templates|GET /site/templates]] | ||
+ | **[[NATS4 REST API Site GET template-sections|GET /site/template-sections]] | ||
+ | **[[NATS4 REST API Site GET template-sites|GET /site/template-sites]] | ||
+ | **[[NATS4 REST API Site GET tour|GET /site/tour]] | ||
+ | **[[NATS4 REST API Site GET tours|GET /site/tours]] | ||
+ | **[[NATS4 REST API Site GET tour-emails|GET /site/tour-emails]] | ||
+ | **[[NATS4 REST API Site GET tour-notices|GET /site/tour-notices]] | ||
+ | *'''''POST''''': | ||
+ | **[[NATS4 REST API Site POST coupon|POST /site/coupon]] | ||
+ | **[[NATS4 REST API Site POST group|POST /site/group]] | ||
+ | **[[NATS4 REST API Site POST option|POST /site/option]] | ||
+ | **[[NATS4 REST API Site POST option-rule|POST /site/option-rule]] | ||
+ | **[[NATS4 REST API Site POST site-partner|POST /site/site-partner]] | ||
+ | **[[NATS4 REST API Site POST site-tour|POST /site/site-tour]] | ||
+ | **[[NATS4 REST API Site POST copy-template|POST /site/copy-template]] | ||
+ | **[[NATS4 REST API Site POST tour|POST /site/tour]] | ||
+ | *'''''PATCH''''': | ||
+ | **[[NATS4 REST API Site PATCH cookie|PATCH /site/cookie]] | ||
+ | **[[NATS4 REST API Site PATCH coupon|PATCH /site/coupon]] | ||
+ | **[[NATS4 REST API Site PATCH duplicate-option|PATCH /site/duplicate-option]] | ||
+ | **[[NATS4 REST API Site PATCH email-settings|PATCH /site/email-settings]] | ||
+ | **[[NATS4 REST API Site PATCH group|PATCH /site/group]] | ||
+ | **[[NATS4 REST API Site PATCH move|PATCH /site/move]] | ||
+ | **[[NATS4 REST API Site PATCH option|PATCH /site/option]] | ||
+ | **[[NATS4 REST API Site PATCH option-rule|PATCH /site/option-rule]] | ||
+ | **[[NATS4 REST API Site PATCH reset-coupon|PATCH /site/reset-coupon]] | ||
+ | **[[NATS4 REST API Site PATCH restore-group|PATCH /site/restore-group]] | ||
+ | **[[NATS4 REST API Site PATCH restore-option|PATCH /site/restore-option]] | ||
+ | **[[NATS4 REST API Site PATCH restore-site|PATCH /site/restore-site]] | ||
+ | **[[NATS4 REST API Site PATCH restore-site-partner|PATCH /site/restore-site-partner]] | ||
+ | **[[NATS4 REST API Site PATCH restore-tour|PATCH /site/restore-tour]] | ||
+ | **[[NATS4 REST API Site PATCH site|PATCH /site/site]] | ||
+ | **[[NATS4 REST API Site PATCH site-partner|PATCH /site/site-partner]] | ||
+ | **[[NATS4 REST API Site PATCH template|PATCH /site/template]] | ||
+ | **[[NATS4 REST API Site PATCH tour|PATCH /site/tour]] | ||
+ | *'''''DELETE''''': | ||
+ | **[[NATS4 REST API Site DELETE cookie|DELETE /site/cookie]] | ||
+ | **[[NATS4 REST API Site DELETE group|DELETE /site/group]] | ||
+ | **[[NATS4 REST API Site DELETE option|DELETE /site/option]] | ||
+ | **[[NATS4 REST API Site DELETE option-rule|DELETE /site/option-rule]] | ||
+ | **[[NATS4 REST API Site DELETE site|DELETE /site/site]] | ||
+ | **[[NATS4 REST API Site DELETE site-partner|DELETE /site/site-partner]] | ||
+ | **[[NATS4 REST API Site DELETE template|DELETE /site/template]] | ||
+ | **[[NATS4 REST API Site DELETE tour|DELETE /site/tour]] | ||
+ | **[[NATS4 REST API Site DELETE tour-field|DELETE /site/tour-field]] | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ---- | ||
+ | '''Skin''' | ||
+ | *'''''GET''''': | ||
+ | **[[NATS4 REST API Skin GET colors|GET /skin/colors]] | ||
+ | **[[NATS4 REST API Skin GET export|GET /skin/export]] | ||
+ | **[[NATS4 REST API Skin GET skins|GET /skin/skins]] | ||
+ | **[[NATS4 REST API Skin GET sections|GET /skin/sections]] | ||
+ | **[[NATS4 REST API Skin GET templates|GET /skin/templates]] | ||
+ | **[[NATS4 REST API Skin GET template|GET /skin/template]] | ||
+ | *'''''POST''''': | ||
+ | **[[NATS4 REST API Skin POST copy-template|POST /skin/copy-template]] | ||
+ | **[[NATS4 REST API Skin POST import|POST /skin/import]] | ||
+ | **[[NATS4 REST API Skin POST skin|POST /skin/skin]] | ||
+ | **[[NATS4 REST API Skin POST template|POST /skin/template]] | ||
+ | *'''''PATCH''''': | ||
+ | **[[NATS4 REST API Skin PATCH colors|PATCH /skin/colors]] | ||
+ | **[[NATS4 REST API Skin PATCH flush|PATCH /skin/flush]] | ||
+ | **[[NATS4 REST API Skin PATCH skin|PATCH /skin/skin]] | ||
+ | **[[NATS4 REST API Skin PATCH template|PATCH /skin/template]] | ||
+ | *'''''DELETE''''': | ||
+ | **[[NATS4 REST API Skin DELETE skin|DELETE /skin/skin]] | ||
+ | **[[NATS4 REST API Skin DELETE template|DELETE /skin/template]] | ||
== Gaining Access to the REST API == | == Gaining Access to the REST API == |
Revision as of 11:30, 5 August 2019
NOTE
Currently the NATS REST API is in the process of being updated which includes changes to how data is being passed to and from the API itself. We will update this Article when this update is complete to let you know which version to upgrade to. If you would like to use the current NATS REST API, please submit a support ticket and a tech will add the additional feature to your install. Please understand that the system itself will change during the course of this update
Overview
The NATS REST API is accessible at http://<domain>/api/<endpoint>/<action>
- The API is accessible to admins. /api/<endpoint>/<action> is available only to admins.
- Replace <domain> with your NATS install domain name.
- Replace <endpoint> with the endpoint that you are trying to access
- Some of the endpoints do not require <action> in the url and all of the urls will be specified in the documentation
Allowed Endpoints
Adtool
- GET:
- POST:
- PATCH:
- PATCH adtool/adtool
- PATCH /adtool/adtool-group
- PATCH /adtool/adtool-rule
- PATCH /adtool/category
- PATCH /adtool/field
- PATCH /adtool/field-option
- PATCH /adtool/group
- PATCH /adtool/move
- PATCH /adtool/restore-adtool
- PATCH /adtool/restore-category
- PATCH /adtool/restore-field
- PATCH /adtool/restore-field-option
- PATCH /adtool/restore-type
- PATCH /adtool/type
- DELETE:
Affiliate
- GET:
- GET /affiliate/account-changes
- GET /affiliate/account-types
- GET /affiliate/admin-settings
- GET /affiliate/campaigns
- GET /affiliate/current
- GET /affiliate/current-permissions
- GET /affiliate/docs
- GET /affiliate/doc
- GET /affiliate/groups
- GET /affiliate/group
- GET /affiliate/hits
- GET /affiliate/link-styles
- GET /affiliate/loginids
- GET /affiliate/loginlog
- GET /affiliate/manual-payout
- GET /affiliate/news-sections
- GET /affiliate/notes
- GET /affiliate/notices
- GET /affiliate/override
- GET /affiliate/payout
- GET /affiliate/payment-periods
- GET /affiliate/payvia-types
- GET /affiliate/payvia-type
- GET /affiliate/permissions
- GET /affiliate/programcampaigns
- GET /affiliate/referrer
- GET /affiliate/referring-urls
- GET /affiliate/reps
- GET /affiliate/rest-methods
- GET /affiliate/search
- GET /affiliate/settings
- GET /affiliate/skins
- GET /affiliate/soap-functions
- GET /affiliate/status
- POST:
- PATCH:
- PATCH /affiliate/adminsettings
- PATCH /affiliate/account-change
- PATCH /affiliate/account-type
- PATCH /affiliate/account-type-permissions
- PATCH /affiliate/admin-setting
- PATCH /affiliate/affiliate-account-type
- PATCH /affiliate/affiliate-group
- PATCH /affiliate/allsettings
- PATCH /affiliate/account-rep
- PATCH /affiliate/avatar
- PATCH /affiliate/customs
- PATCH /affiliate/defaults
- PATCH /affiliate/details
- PATCH /affiliate/override
- PATCH /affiliate/password
- PATCH /affiliate/payment-period
- PATCH /affiliate/payvia
- PATCH /affiliate/payvia-info
- PATCH /affiliate/permissions
- PATCH /affiliate/referrer
- PATCH /affiliate/reset-api
- PATCH /affiliate/reset-rss
- PATCH /affiliate/reset-tos
- PATCH /affiliate/reset-permissions
- PATCH /affiliate/restore
- PATCH /affiliate/restore-account-type
- PATCH /affiliate/settings
- PATCH /affiliate/soap-permissions
- PATCH /affiliate/status
- DELETE:
Biller
- GET
- GET /biller/available
- GET /biller/partner-available
- GET /biller/billerdata
- GET /biller/cascades
- GET /biller/cascades-available
- GET /biller/cascade-count
- GET /biller/cascade-history
- GET /biller/cascade-rules
- GET /biller/cascade-rule
- GET /biller/cascade-step-count
- GET /biller/cascade-steps
- GET /biller/cascade-detail
- GET /biller/cascade-list
- GET /biller/count
- GET /biller/detail
- GET /biller/fees
- GET /biller/partner-fees
- GET /biller/last_poll
- GET /biller/partner-last-poll
- GET /biller/list
- GET /biller/partner-detail
- GET /biller/partner-list
- GET /biller/partner-shortnames
- GET /biller/process_types
- GET /biller/partner-process-types
- GET /biller/shortnames
- GET /biller/transaction_types
- GET /biller/partner-transaction-types
- GET /biller/taxes
- POST:
- PATCH:
- PATCH /biller/cascade
- PATCH /biller/cascade-rule
- PATCH /biller/cascade-step
- PATCH /biller/cascade-steps-reorder
- PATCH /biller/fee
- PATCH /biller/partner-fee
- PATCH /biller/restore
- PATCH /biller/restore-cascade
- PATCH /biller/restore-partner
- PATCH /biller/setting
- PATCH /biller/partner-setting
- PATCH /biller/tax
- DELETE:
Codes
Config
- GET:
- PATCH:
- DELETE:
Include
- GET:
- POST:
- PATCH:
- DELETE:
Mailing
- GET:
- POST:
- PATCH:
- DELETE:
Maintenance
- GET:
- GET /maintenance/admin-actions
- GET /maintenance/log
- GET /maintenance/logs
- GET /maintenance/nats
- GET /maintenance/report
- GET /maintenance/report-progress
- GET /maintenance/reports
- GET /maintenance/server
- GET /maintenance/table
- GET /maintenance/tables
- GET /maintenance/table-clean-count
- GET /maintenance/table-clean-progress
- PATCH:
- DELETE:
Member
- GET:
- GET /member/available_flags
- GET /member/encryptusername
- GET /member/authstring
- GET /member/details
- GET /member/flags
- GET /member/loginlog
- GET /member/matching
- GET /member/notes
- GET /member/notices
- GET /member/restricted-values
- GET /member/search
- GET /member/suggestedcanceloffers
- GET /member/surfer-actions
- POST:
- PATCH:
- DELETE:
Message
- GET:
- POST:
- PATCH:
- DELETE:
Notification
- GET:
- PATCH:
- DELETE:
Option
- GET:
- PATCH:
- POST:
Payment
- GET:
- GET /payment/dump-format
- GET /payment/dump-formats
- GET /payment/invoices
- GET /payment/payments
- GET /payment/payment-dumps
- GET /payment/payment-dump
- GET /payment/payment-search
- GET /payment/payvia
- GET /payment/payvias
- GET /payment/payvia-fields
- GET /payment/payvia-field-mcs
- GET /payment/payout-period
- GET /payment/payout-periods
- GET /payment/payvia-rules
- GET /payment/payvia-rule
- GET /payment/payviarule
- POST:
- PATCH:
- NATS4 REST API Payment PATCH copy-dump-format
- PATCH /payment/default-payout-period
- PATCH /payment/dump-format
- PATCH /payment/duplicate-payvia
- PATCH /payment/invoice
- PATCH /payment/payment
- PATCH /payment/payment-paid
- PATCH /payment/payment-store
- PATCH /payment/payment-unstore
- PATCH /payment/payments
- PATCH /payment/payments-unstore
- PATCH /payment/payout-period
- PATCH /payment/payout-period-affiliates
- PATCH /payment/payvia
- PATCH /payment/payvia-field
- PATCH /payment/payvia-fields-reorder
- PATCH /payment/payvia-field-mc
- PATCH /payment/payvia-field-mcs-reorder
- PATCH /payment/payvia-rule
- PATCH /payment/payviarule
- PATCH /payment/restore-payout-period
- PATCH /payment/restore-payvia-field
- PATCH /payment/restore-payvia-field-mc
- DELETE:
Program
- GET:
- POST:
- PATCH:
- DELETE:
Report
- GET:
- GET /report/affiliate-ratios
- GET /report/hits
- GET /report/hit-totals
- GET /report/profitloss
- GET /report/profit-loss
- GET /report/fields
- GET /report/focus
- GET /report/focuses
- GET /report/groups
- GET /report/perspective
- GET /report/perspectives
- GET /report/report
- GET /report/subscription
- GET /report/surfer
- GET /report/surferaction
- GET /report/transactionpayouts
- GET /report/transactions
- GET /report/transaction
- GET /report/report-widget
- GET /report/widgets
- GET /report/widget
- GET /report/widget-info
- GET /report/views
- POST:
- PATCH:
- DELETE:
Reward
- GET:
- POST:
- PATCH:
- DELETE:
Service
- GET:
- GET /service/check-functions
- GET /service/condition
- GET /service/countries
- GET /service/country
- GET /service/datetime
- GET /service/languages
- GET /service/periods
- GET /service/ping
- GET /service/project
- GET /service/rule-condition-data
- GET /service/rule-info
- GET /service/stats-breakdowns
- GET /service/timezone
- GET /service/timestamp
- POST:
Site
- GET:
- GET /site/base-templates
- GET /site/billers
- GET /site/cookies
- GET /site/coupon
- GET /site/coupons
- GET /site/coupon-revisions
- GET /site/email-settings
- GET /site/groups
- GET /site/option
- GET /site/options
- GET /site/options-available
- GET /site/option-fields
- GET /site/option-rules
- GET /site/option-rule
- GET /site/option-type
- GET /site/option-types
- GET /site/programs
- GET /site/site-list
- GET /site/site
- GET /site/site-notices
- GET /site/site-partner
- GET /site/site-partners
- GET /site/site-type
- GET /site/sites
- GET /site/template
- GET /site/templates
- GET /site/template-sections
- GET /site/template-sites
- GET /site/tour
- GET /site/tours
- GET /site/tour-emails
- GET /site/tour-notices
- POST:
- PATCH:
- PATCH /site/cookie
- PATCH /site/coupon
- PATCH /site/duplicate-option
- PATCH /site/email-settings
- PATCH /site/group
- PATCH /site/move
- PATCH /site/option
- PATCH /site/option-rule
- PATCH /site/reset-coupon
- PATCH /site/restore-group
- PATCH /site/restore-option
- PATCH /site/restore-site
- PATCH /site/restore-site-partner
- PATCH /site/restore-tour
- PATCH /site/site
- PATCH /site/site-partner
- PATCH /site/template
- PATCH /site/tour
- DELETE:
Skin
- GET:
- POST:
- PATCH:
- DELETE:
Gaining Access to the REST API
In order to access NATS API your IP address must be in the ADMIN_API_ALLOWED_IPS list. You can add or remove IP addresses to this list via the Configurations Admin under the "Security" tab.
Allowed HTTP Request Methods
- GET
- POST
- PUT (if PUT requests are not honored, please add 'x-http-method: PUT' in the headers array passed)
- PATCH (if PATCH requests are not honored, please add 'x-http-method: PATCH' in the headers array passed)
- For detailed information about these HTTP Request methods, please refer to their official documentation here:
Response Format
Response Status Codes
200
- On Success, the API will return a '200' status and output the results of the API call. Please refer to the available API endpoints for possible responses.
- NOTE: As long as the endpoint and HTTP request method are valid and there are no invalid parameters, a '200' response is returned.
400
- The API will return a '400' status if an invalid or unsupported HTTP request is sent.
404
- The API will return either a '404' status if an invalid parameter is sent, or if an HTTP request is sent to an invalid endpoint.
405
- The API will return a '405' status if an invalid HTTP request method is used.
Authentication
- The NATS REST API uses HTTP Header Authentication.
- Each REST API request requires the Affiliate username and the Affiliate API key to be sent with the HTTP headers of the request.
- To retrieve your API key simply select it from the login table of your NATS database or put in a support ticket and we can retrieve it for you.
- If you do not have an API key, you can set one by going to the Affiliates Admin and clicking the icon labeled, "Change API Key".
- Please note that only full admin accounts are authorized to use the API and set an API key.
Required HTTP Headers
- api-key: Affiliate api key
- api-username: Affiliate user name
- NOTE** The headers keys are NOT case sensitive.
Example Authentication
Authentication can be handled in various ways using different programming languages. Below are some complete example calls to the Ping endpoint with HTTP Header authentication.
PHP
<?php $url = 'http://domain/api/service/ping'; $curl = curl_init(); $headers = array( 'api-key: 44b5498dbcb481a0d00b404c0169af62', 'api-username: tmm1phrvezsbu' ); curl_setopt($curl, CURLOPT_HTTPHEADER, $headers); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt($curl, CURLOPT_URL, $url); $resp = curl_exec($curl); //dumps an associative array representation of the json var_dump(json_decode($resp, true)); // Close request to clear up some resources curl_close($curl); ?>
Python
- This example requires pip and the request library which can be installed via pip by: 'pip install requests'
import requests url = 'http://domain/api/service/ping' headers = { 'api-key': '44b5498dbcb481a0d00b404c0169af62', 'api-username': 'tmm1phrvezsbu' } params = { 'payvia_type_id': 1, 'rule_type': 'enabled' } res = requests.get(url, params=params, headers=headers) print res.json()
node.js
- This example requires npm and the request module which can be installed via npm by: 'npm install request'
var request = require('request'); var options = { url: 'http://domain/api/service/ping', method: 'GET', json: true, headers: { 'api-key': '44b5498dbcb481a0d00b404c0169af62', 'api-username': 'tmm1phrvezsbu' } }; function callback(error, response, body) { if (!error && response.statusCode == 200) { console.log(body); } else{ console.log(body); } } request(options, callback);
Curl
curl -X GET 'http://domain/api/service/ping' -H "api-key: 44b5498dbcb481a0d00b404c0169af62" -H "api-username: tmm1phrvezsbu"
And this is the output:
true