Skip to main content

Get a Merchant Realm Mapping

GET 

https://useast.api.elasticpath.com/v2/merchant-realm-mappings/:mapping_id

Get a Merchant Realm Mapping

Request

Path Parameters

    mapping_id stringrequired

    The id of the Application Key.

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.

Authorization: http

name: bearerAuthtype: httpscheme: bearer
curl -L -X GET 'https://useast.api.elasticpath.com/v2/merchant-realm-mappings/:mapping_id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://useast.api.elasticpath.com
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!