Skip to main content
GET
Look up a Mastercard credential across networks

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

alias
string
required

The alias to look up across networks.

Example:

"user@example.com"

aliasType
enum<string>

The type of alias being looked up.

Available options:
EMAIL,
PHONE_NUMBER,
DOMAIN_NAME
Example:

"EMAIL"

Response

200

Alias lookup results returned successfully.