API Documentation

    Pricing TiersList Pricing Tiers

    Method: /pricing_tiers.[format]
    Syntax:
    https://[subdomain].salesbinder.com/api/2.0/pricing_tiers.json
    HTTP Request Type: GET
    Sample Returned JSON Data
    1{
    2    "pricing_tiers": [
    3        {
    4            "id": "5a8bbf99-bb2c-4f14-b7b8-052e0a8e0004",
    5            "name": "Wholesale"
    6        },
    7        {
    8            "id": "5a8bbf9d-c480-4164-abd5-052e0a8e0004",
    9            "name": "Retail"
    10        }
    11    ]
    12}
    Sample Returned XML Data
    1<?xml version="1.0" encoding="UTF-8" ?>
    2<response>
    3    <pricing_tiers>
    4        <id>5a8bbf97-bb2c-4f14-b7b8-052e0a8e0004</id>
    5        <name>Wholesale</name>
    6    </pricing_tiers>
    7    <pricing_tiers>
    8        <id>5a8bbf9d-c480-4194-abd5-052e0a8e0004</id>
    9        <name>Retail</name>
    10    </pricing_tiers>
    11</response>

    Updated on June 13th, 2019

    Network Status:
    100% Global Availability