Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

AMC Entertainment Holdings Loyalty API

AMC Stubs loyalty accounts, cards, redemptions, and registrations.

AMC Entertainment Holdings Loyalty API is one of 16 APIs that AMC Entertainment Holdings publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 11 JSON Schema definitions.

Tagged areas include Loyalty. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, a JSON-LD context, and 11 JSON Schemas.

This API exposes 12 operations across 11 paths, and defines 3 schemas. It is described by OpenAPI 3.0.3, at version v2.

Requests are made against a single base URL, https://api.amctheatres.com.

12 operations 11 paths 3 schemas 2 DELETE6 GET4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v2
Base URL
https://api.amctheatres.com
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

AMC Entertainment Holdings Loyalty API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-AMC-Vendor-Key (VendorKey). By default, every request must be authenticated.

  • VendorKey — AMC vendor API key issued via the AMC Theatres developer portal.

Paths & Operations 12

Across 11 paths, the API surfaces 12 operations — 2 DELETE, 6 GET, 4 POST. Each is listed below with its method, path, parameters, and response codes.

Loyalty 12

AMC Stubs loyalty accounts, cards, redemptions, and registrations.

POST
/v3/orders/{order-id}/loyalty-rewards-application
Apply Loyalty Rewards To Order
applyLoyaltyRewards 1 param → 200
DELETE
/v3/orders/{order-id}/loyalty-rewards-application
Remove Loyalty Rewards From Order
removeLoyaltyRewards 1 param → 204
GET
/v4/loyalty-accounts/{loyalty-account-id}
Get Loyalty Account By Id
getLoyaltyAccount 1 param → 200
GET
/v4/loyalty-accounts/email-{email-address}
Get Loyalty Account By Email
getLoyaltyAccountByEmail 1 param → 200
POST
/v4/loyalty-accounts/email-{email-address}/{campaign}/registration
Register For Loyalty Campaign By Email
registerLoyaltyByEmail 2 params → 201
GET
/v4/loyalty-accounts/card-{card-number}
Get Loyalty Account By Card
getLoyaltyAccountByCard 1 param → 200
POST
/v4/loyalty-accounts/card-{card-number}/{campaign}/registration
Register For Loyalty Campaign By Card
registerLoyaltyByCard 2 params → 201
GET
/v4/loyalty-accounts/phone-{phone}
Get Loyalty Account By Phone
getLoyaltyAccountByPhone 1 param → 200
DELETE
/v4/amc-accounts/{amc-account-id}/loyalty
Unlink Loyalty Account From AMC Account
unlinkLoyaltyAccount 1 param → 204
GET
/v4/loyalty-cards/{card-number}
Get Loyalty Card
getLoyaltyCard 1 param → 200
POST
/v4/loyalty-accounts/{loyalty-account-id}/redemptions
Create Loyalty Points Redemption
createLoyaltyRedemption 1 param body → 201
GET
/v3/amc-accounts/{account-id}/loyalty/qr-code
Get Loyalty Card QR Code
getLoyaltyQrCode 1 param → 200

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are LoyaltyAccount (10 properties), LoyaltyCard (4 properties), RedemptionCreate (3 properties). Each schema is shown below with its type and property counts.

LoyaltyAccount
object
10 properties
LoyaltyCard
object
4 properties
RedemptionCreate
object
3 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

amc-entertainment-holdings-loyalty-api-openapi.yml Raw ↑

Other APIs AMC Entertainment Holdings publishes across the network.

AMC Entertainment Holdings Barcodes API
AMC Entertainment Holdings Concessions API
AMC Entertainment Holdings Locations API
AMC Entertainment Holdings Markets API
AMC Entertainment Holdings Media API
AMC Entertainment Holdings MovieConfirmations API
AMC Entertainment Holdings Movies API
AMC Entertainment Holdings Orders API
AMC Entertainment Holdings Refunds API
AMC Entertainment Holdings Seating API
AMC Entertainment Holdings Showtimes API
AMC Entertainment Holdings States API