Public
Documentation Settings

UBill API

UBill API - provides programmatic access to our resources. You will be able to integrate our service into your system and communicate with clients easily.

Billing API

Customers

GETGet All Customers

https://api.ubill.dev/v1/customers
AUTHORIZATIONAPI Key
Key

key

Value

<value>

HEADERS
Content-Type

application/json

Example Request
curl
curl --location 'https://api.ubill.dev/v1/customers' \
--header 'Content-Type: application/json'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

GETGet Customer

https://api.ubill.dev/v1/customers/100001
AUTHORIZATIONAPI Key
Key

key

Value

<value>

HEADERS
Content-Type

application/json

Example Request
curl
curl --location 'https://api.ubill.dev/v1/customers/100001' \
--header 'Content-Type: application/json'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

GETCustomer Search

https://api.ubill.dev/v1/customers/search?type=mobile&value=995592194242
AUTHORIZATIONAPI Key
Key

key

Value

<value>

HEADERS
Content-Type

application/json

PARAMS
type

mobile

value

995592194242

Example Request
curl
curl --location 'https://api.ubill.dev/v1/customers/search?type=mobile&value=995592194242' \
--header 'Content-Type: application/json'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers