Quick Start
Everything you need to begin building with Direct Booking API.
Get your API key
API Specification File
Make your first call
Last updated
Was this helpful?
Was this helpful?
Header: x-sm-api-key: YOUR_API_KEYcurl -X GET "https://directbooking.siteminder.com/public-api/api/properties" -H "x-sm-api-key: YOUR_API_KEY" -H "accept: application/json"{
"error":"Unauthorized",
"message":"Invalid API key"
}{
"errors": [
{
"code": "RateLimited",
"message": "You have exceeded the quota for the key, please try again later."
}
]
}