Authentication

CloudRx uses OAuth2 - an open protocol to allow secure authorization in a simple and standard method from web, mobile, and desktop applications.

cloudrx_api

Get access to data while protecting your account credentials. OAuth2 is also a safer and more secure way to give you access.

Security Scheme Type: OAuth2

Flow type: clientCredentials

Sandbox Token URL: https://sandbox-is4.cloudrx.co.uk/connect/token

Production Token URL: https://is4.cloudrx.co.uk/connect/token

Scopes:

  • cloudrx_orderservice - CloudRx Order Service

  • cloudrx_productservice - CloudRx Product Service

  • cloudrx_smsservice - CloudRx Sms Service

  • cloudrx_courierservice - CloudRx Shipping Service

All successful (HttpStatusCode.Ok) will return JSON string. All the validation errors will be returned as JSON strings. All the custom error handling like BadRequest, and Error 500 will be string only.

Last updated