Skip to main content
GET

Universal Tokenization Guide

Tokenize cards from any source using preset profiles
Use this endpoint to retrieve the list of pre-configured tokenization profiles available for your account. Each profile defines a target URL and extraction rules for a specific third-party integration. You need the profile name from this response when calling the Tokenize on Response Using Preset Profiles endpoint. Authentication: Not required (public endpoint).

Error Responses

Response

200 - An array of available profiles.
Name
string
The profile identifier. Use this value as the ProfileName path parameter when calling Tokenize on Response Using Preset Profiles.
Description
string
A description of the profile, including the target URL. If the URL contains dynamic path segments, they are shown as placeholders (e.g. {SiteMinderCustID}).
PathSegmentNames
string[]
Dynamic path segment names that must be provided via the pathSegments query parameter when submitting a request. Empty array if the profile’s URL has no dynamic segments.