Table of Contents

API : Integration : Rackbeat Validate Reseller

Introduction

This endpoint is used to determine whether the given reseller has successfully integrated with Rackbeat. To integrate with Rackbeat, the reseller needs to have a valid bearer token.

Request

URL https://api.telecomx.dk/integration/rackbeat/validate/reseller
Method GET
Access level Test
Query reseller ID of the reseller
bearerToken Bearer token used to Access Rackbeat

Query examples

https://api.telecomx.dk/integration/rackbeat/validate/reseller
https://api.telecomx.dk/integration/rackbeat/validate/reseller?reseller=1234567890ABCDEF12345678

Response

Layout object
Property Type Description
success Boolean True if the Rackbeat integration is valid.

Note that since this data is fetched from a third-party, the data returned can not be guaranteed.

Response Example

{
  "success": true
}

Errors

Error code Message Description
403 rackbeat The integration is not valid.
404 reseller Reseller not found
500 internal_error <Unspecified>