Skip to main content

Get the Merchant Realm Mapping for the current store

GET 

/v2/merchant-realm-mappings

This API is used to obtain an Authentication Realm if there is none yet for the current store.

Responses

OK

Schema
    data objectrequired
    id uuid

    The unique identifier for this merchant realm mapping.

    prefix string

    The store prefix that is assigned to this merchant realm mapping. This can be null if a store prefix has not been assigned.

    type string

    Represents the type of object being returned. Always merchant-realm-mappings.

    realm_id string

    The ID of the authentication realm used to sign in as administrator.

    store_id string

    System-generated store ID.

Loading...