Links
List Links
Getting Started
Links
List Links
Retrieve a list of all links.
GET
/
v1
/
links
curl --request GET \
--url https://api.nomod.com/v1/links \
--header 'X-API-KEY: <api-key>'
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2",
"results": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"reference_id": "<string>",
"title": "<string>",
"url": "<string>",
"amount": "<string>",
"currency": "<string>",
"status": "enabled",
"discount": "<string>",
"service_fee": "<string>",
"allow_tip": true,
"shipping_address_required": true,
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"amount": "<string>",
"name": "<string>",
"total_amount": "<string>",
"quantity": 2147483647,
"sku": "<string>"
}
],
"tax": "<string>",
"note": "<string>",
"taxes": [
{
"name": "<string>",
"mode": "<string>",
"mode_value": "0.000",
"value": "0.000"
}
],
"discount_percentage": 123,
"service_fee_percentage": "<string>",
"tip": "<string>",
"tip_percentage": 123,
"custom_fields": [
{
"name": "<string>",
"is_required": true
}
],
"source": "woocommerce",
"pages_url": {}
}
]
}
Authorizations
Your API key. This is required by all endpoints to access our API programatically. You can view your API Key by navigating to the app settings
Query Parameters
Allow Tip
currency code i-e AED, fetch the currency code from /currencies apis
A page number within the paginated result set.
Number of results to return per page.
search by link reference id
Allow Shipping Address
link status
Available options:
disabled
, enabled
Response
200 - application/json
enabled
- enableddisabled
- disabled
Available options:
enabled
, disabled
woocommerce
- WooCommercezapier
- Zapiernomod_api
- APIpages
- Pagesapp
- Appweb
- Web
Available options:
woocommerce
, zapier
, nomod_api
, pages
, app
, web
curl --request GET \
--url https://api.nomod.com/v1/links \
--header 'X-API-KEY: <api-key>'
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2",
"results": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"reference_id": "<string>",
"title": "<string>",
"url": "<string>",
"amount": "<string>",
"currency": "<string>",
"status": "enabled",
"discount": "<string>",
"service_fee": "<string>",
"allow_tip": true,
"shipping_address_required": true,
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"amount": "<string>",
"name": "<string>",
"total_amount": "<string>",
"quantity": 2147483647,
"sku": "<string>"
}
],
"tax": "<string>",
"note": "<string>",
"taxes": [
{
"name": "<string>",
"mode": "<string>",
"mode_value": "0.000",
"value": "0.000"
}
],
"discount_percentage": 123,
"service_fee_percentage": "<string>",
"tip": "<string>",
"tip_percentage": 123,
"custom_fields": [
{
"name": "<string>",
"is_required": true
}
],
"source": "woocommerce",
"pages_url": {}
}
]
}