Customers
Countries
Banks
for different integration types. Sample code for common API requests.
Most GET endpoints use offset-based pagination:
Idempotency-Key: uuid-v4-12345
Unlike public APIs (e.g., Stripe or Twilio), SevenRooms requires partner or client verification. You cannot access the full documentation without credentials.
The documentation warns: to prevent spoofing. SevenRooms includes a X-SevenRooms-Signature header (SHA-256 HMAC). Compute your own HMAC using your webhook secret and compare.
for different integration types. Sample code for common API requests.
Most GET endpoints use offset-based pagination:
Idempotency-Key: uuid-v4-12345
Unlike public APIs (e.g., Stripe or Twilio), SevenRooms requires partner or client verification. You cannot access the full documentation without credentials.
The documentation warns: to prevent spoofing. SevenRooms includes a X-SevenRooms-Signature header (SHA-256 HMAC). Compute your own HMAC using your webhook secret and compare.