api:customer:criipto-data
Table of Contents
API : CriiptoData Get
Introduction
This request will return domain and clientIdRealm used for Criipto and portal used for mvnoPrivate for reseller.
Request
| URL | https://api.telecomx.dk/customer/criipto/CUSTOMER_ID | |
|---|---|---|
| Method | GET | |
| Access level | VIEWER, MANAGER or OWNER if user belongs to the customer. RESELLER if customer belongs to the reseller. ADMIN. |
|
| Param | CUSTOMER_ID | Id of the reseller (24 hex-char string) |
Query example
https://api.telecomx.dk/customer/criipto/1234567890ABCDEF12345678
Response
| Json object | ||
|---|---|---|
| domain | String | Domain for redirection login |
| clientIdRealm | String | Client Id for domain |
| portal | String | The portal URL to redirect customers to. From customers integrations.mvnoPrivate.portal |
Example
{ domain: 'privattelefoni.criipto.id', clientIdRealm: 'urn:my:application:identifier:111111', portal: 'https://privattelefoni.dk' }
Errors
| Error code | Message | Description |
|---|---|---|
| 404 | customer | Customer not found |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |
api/customer/criipto-data.txt · Last modified: 2025/10/31 19:57 by Thomas Andersen