Skip to Main Content
Riverty Docs
  • Get Started
  • Login
riverty logo Docs

Get Credentials

Gets the credentials and profile tracking Id of a shop

Path

GET /shops/{shopId}/credentials

Request Parameters

shopId
required
string
undefined
Accept-version
required
string
undefined

Responses

  • 400 Bad Request. Validation errors and more specific errors.
  • 404 Not Found.
Successful Call

Request Example

    
        null
    

Response Example

    
        {
 "liveApiKey": "fkl46lLDWslk9d230dm43jHlrH39sQ4995kffjk3",
 "testApiKey": "1olkkIzAlSvBJOx1I46JjeJxJOSaP435QWAmYMqm",
 "profileTrackingShopID": "af6496-0infw8"
}