Introduction

Introduction

Uome's API Reference provides a set of endpoints for managing financial transactions between users. It allows users to send and receive payments, manage their accounts, and retrieve transaction history. The Uome API Reference Guide provides developers with the information needed to integrate Uome into their own applications, allowing them to offer their users a secure and seamless financial experience.

The Uome API Reference Guide provides detailed information on each endpoint, including request and response formats, authentication methods, and sample code snippets in multiple programming languages. It also includes information on error handling and troubleshooting, as well as best practices for integrating Uome into your application. The guide is designed to be used in conjunction with the Uome API itself, making it easy for developers to start making API requests and building their financial applications.

Was this section helpful?

Why you find this section not helpful?

API Access

Accessing the Uome API requires the use of a client ID and secret key, which must be obtained from Uome after you have agreed to our terms of use. The client ID is used to identify your application and the secret key is used to secure your API requests and ensure that only your application has access to the data you request from Uome. Both the client ID and secret key must be included in every API request made to Uome.

To ensure the security of your data, it is recommended that you keep your secret key confidential and store it securely. Do not include it in client-side code or share it with anyone else, as this could compromise the security of your data and your users' financial information. When making API requests, the client ID and secret key should be passed as headers in the request, along with any other required parameters and authentication information. Once you have obtained your client ID and secret key, you can start making API requests to Uome and integrating their financial services into your own application.

Was this section helpful?

Why you find this section not helpful?

Base URL

Language Box

Versioning

Uome API is versioned, which means that different versions of the API may be released over time with different features, bug fixes, and improvements. When a new version of the API is released, it is best to maintain backwards compatibility so that existing applications that are already integrated with the Uome API will continue to work as expected.

To maintain backwards compatibility, it is recommended that Uome API keep the existing endpoints, request and response formats, and data structures intact. When new features or changes are added, they should be added as new endpoints or additional data fields, rather than changing the existing endpoints or data structures. This allows existing applications to continue using the old version of the API, while new applications can take advantage of the new features and improvements in the latest version.

It is also recommended that Uome API include a version in the URL of each API endpoint, so that developers can specify which version of the API they want to use. This allows developers to easily switch between different versions of the API as needed, and ensures that their applications will continue to work even if a new version of the API is released in the future. By following these best practices for API versioning and backwards compatibility, Uome can ensure that their API remains stable and usable for years to come.

Was this section helpful?

Why you find this section not helpful?

Sign Up

Uome's sign up API enables new users to create an account and have their information stored in the database. The API provides a secure and efficient way for users to sign up and get started with Uome, giving them access to all its features and benefits.

Was this section helpful?

Why you find this section not helpful?

Endpoints

POST

Create account

The getStarted API is used to create a new user account. It is a RESTful API that allows developers to programmatically create a new user account by sending a HTTP POST request to the API endpoint with the necessary information as the request body. Once the API is successfully executed, it returns a response indicating the status of the request and any relevant information regarding the newly created user account.

An email will be sent to the user with a validate email link.

HEADER PARAMETERS

Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
firstNamestringRequired

First name of the user

lastNamestringRequired

Last name of the user

emailstringRequired

The email address of the user

passwordstringRequired

Password of the user

Responses

200
Object

Response attributes

successstring
messagestring
codestring
403
Object
Invalid email

Response attributes

successstring
messagestring
codestring
403
Object
Password strength

Response attributes

successstring
messagestring
codestring
403
Object
Missing fields

Response attributes

successstring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

Login

The Uome Login API is an endpoint that allows you to authenticate users and reset their passwords. It provides a secure and convenient way for users to log into your application and access their financial information. The Login API uses industry standard authentication methods, such as email/password or OAuth2, to ensure the security of your users' data.

The Login API provides endpoints for handling user authentication and password reset functionality. When a user logs in, you can use the authentication endpoint to verify their credentials and receive an access token that can be used to make API requests on their behalf. If a user forgets their password, you can use the password reset endpoint to send a password reset email to the user. Once the user has reset their password, they can log in using the new password and access their financial information. The Login API also includes error handling and troubleshooting information, so you can easily handle any issues that arise during the login process. With the Uome Login API, you can provide your users with a secure and seamless login experience, and easily manage their financial transactions.

Was this section helpful?

Why you find this section not helpful?

Endpoints

POST
POST

Authenticate

The authenticateJwtProfile API is used to authenticate users and retrieve their profile information. This API allows users to access their profile information after logging in to the application, by sending a HTTP POST request to the API endpoint with their JSON Web Token (JWT). The API then validates the JWT and returns the user's profile information, including details such as their name, address, and account status.

HEADER PARAMETERS

Content-Typestring

mimeType

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
loginstringRequired

The username to authenticate

passwordstringRequired

Password of the user

Responses

200
Object

Response attributes

successstring
messagestring
codestring
403
Object
Invalid credentials

Response attributes

successstring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

Forgot password

The forgotPasswordJwt API is used to enable users to reset their password if they have forgotten it. This API allows users to initiate a password reset by sending a HTTP POST request to the API endpoint with their email address. The API then generates a JSON Web Token (JWT) and sends it to the user's email address, along with instructions for resetting their password. The user can then use the JWT to access a password reset page, where they can enter a new password.

HEADER PARAMETERS

Authorizationstring
Content-Typestring

mimeType

BODY PARAMETERS
Expand all

uomeApiKeystringRequired
userobject

Username of the user

child attributes
loginstringRequired

User login ID

Responses

200
Object

Response attributes

successstring
messagestring
codestring
403
Object
Email not found

Response attributes

successstring
messagestring
codestring
403
Object
Invalid email address

Response attributes

successstring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

Upload Files

Uome uses Amazon AWS to upload media and retrieve attachments. In order to upload a file you must first obtain a pre-signed URL relevant to the API you are using e.g. chat media upload, upload avatar, expense attachment.

The obtain endpoint URL returns a pre-signed URL for each individual file. This is a temporary URL that allows access to the S3 bucket for a limited time period.

To generate a pre-signed URL, you must use the respective ‘obtain upload url’ API for the service for e.g.

Once you have the pre-signed URL, you can use it to upload your media file.

Example of URL: https://uome-documents.s3.eu-west-2.amazonaws.com/test/profile/6378a5b9a226b52053441d2f/uome-logo.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA3HTL2ZLXVMFULBGE%2F20230308%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20230308T143911Z&X-Amz-Expires=300&X-Amz-Signature=ea3d312a976edae9b9bf37b1938a2239612b808c7d1f0c4adf12708e4feef3b5&X-Amz-SignedHeaders=host

Your client-side process can use this URL to upload the file to the relevant s3 bucket.

Was this section helpful?

Why you find this section not helpful?

Account Settings

Uome's account settings API provides a secure and convenient way for users to update their information, such as personal details, or security settings. The API utilizes RESTful principles for handling requests and responses and is easily integratable with various types of applications. This API allows users to have full control over their account information, keeping it up-to-date and secure at all times.

Was this section helpful?

Why you find this section not helpful?

Endpoints

POST
POST
POST
POST
POST
POST

Obtain upload url

The obtainPostAvatarUrl API is used to get a URL for uploading and storing media, such as a profile picture or avatar. This API allows the user to upload images or other media files to a server, where they can be stored and retrieved at a later time. The API generates a unique AWS signed URL for the user to upload the media to, which can then be stored in the database along with information about the user.

Learn more about uploading files here

HEADER PARAMETERS

Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstringRequired

User JW Token

avatarstringRequired

File name of image

Responses
Expand all

200
Object

Response attributes

successstring
messagestring
codestring
403
Object
Invalid token

Response attributes

successstring
messageobject
child attributes
namestring
messagestring
codestring
403
Object
Unsupported image type

Response attributes

successstring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

Link profile avatar

The upload avatar API stores the relevant file name of the image against the user collection. This profile icon serves as their visual representation in the app. This icon is also stored against the profile for use in generated documents and other parts of the app.

HEADER PARAMETERS

Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstringRequired

User JW Token

avatarstringRequired

File name of image

Responses
Expand all

200
Object

Response attributes

successstring
messagestring
codestring
403
Object
Invalid token

Response attributes

successstring
messageobject
child attributes
namestring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

Profile details

The profile details API is used to store information about the user profile, including the user's name, contact information, and address. This information is used to personalize the user's experience and help with communication and billing purposes.

HEADER PARAMETERS

Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstringRequired

User JW Token

firstNamestringRequired

First name of the user

lastNamestringRequired

Last name of the user

telstring

Telephone number for the user

addressLine1stringRequired

The user's address line 1

addressLine2string

The user's address line 2

citystringRequired

The city of the user

postCodestringRequired

The user's postal code

countrystringRequired

Country of the user

countryCodestringRequired

Country code of the user

Responses

200
Object

Response attributes

successstring
messagestring
codestring
403
Object
Invalid country code

Response attributes

successstring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

Company details

The company details API is used to store important information about the user's company such as company name, company registration number, VAT number, and industry type. This information is used to identify the company for various business purposes such as invoicing and payment processing.

HEADER PARAMETERS

Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstringRequired
companystringRequired
companyRegstring
vatNostring
industrySectorstringRequired

Responses

200
Object

Response attributes

successstring
messagestring
codestring
403
Object
Missing company info

Response attributes

successstring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

Bank details

The bank details API allows users to store their banking information, such as the name on the account, account number, and sort code, for use in processing customer payments. This information is securely stored and can be easily retrieved for use in transactions, helping to streamline the payment process and reduce the risk of errors or misunderstandings. This API is an essential tool for businesses looking to improve the efficiency and reliability of their financial processes, while also maintaining the security of sensitive information.

HEADER PARAMETERS

Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstringRequired

User JW token

nameOnAccountstringRequired

Name on bank account

sortCodestringRequired

The user's sort code

bankAccountstringRequired

The user's account number

bankNamestring

Financial institution

Responses

200
Object

Response attributes

successstring
messagestring
codestring
403
Object
Missing bank info

Response attributes

successstring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

Purchase orders on/off

The purchase order setting API allows businesses to enable customers to place orders directly, using items from the business's catalogue. By using this API, businesses can streamline their order process, reducing administrative overhead and improving the customer experience. This can help to drive sales and improve customer satisfaction, leading to stronger relationships and increased loyalty over time.

Go to catalogue section to for purchase order flow

HEADER PARAMETERS

Authorizationstring
Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstringRequired

User JW Token

statusstringRequired

A for active and I for inactive

Responses
Expand all

200
Object
Enabled 'A'

Response attributes

successstring
messagestring
codestring
200
Object
Disabled 'I'

Response attributes

successstring
messagestring
codestring
403
Object
Invalid token

Response attributes

successstring
messageobject
child attributes
namestring
messagestring
codestring
403
Object
Missing information

Response attributes

successstring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

Contacts

The Uome Contacts API is a feature within the Uome ecosystem that allows users to add and manage contacts for their customer relationship management (CRM) purposes. This API enables users to store and organize important information about their contacts, such as their names, email addresses, and phone numbers, and use this information to build and maintain strong relationships with their customers. The API provides a simple and user-friendly interface for adding, updating, and retrieving contact information, making it easy for users to manage their customer relationships in an efficient and organized manner.

Was this section helpful?

Why you find this section not helpful?

Endpoints

POST

Add contact

The add contacts API allows users to store information about their contacts, such as name, email, and phone number. This information can be used to manage relationships and facilitate communication with clients, suppliers, and other key stakeholders.

HEADER PARAMETERS

Authorizationstring
Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstringRequired

User JW Token

loginstringRequired

Email address of the contact

firstNamestringRequired

First name of the contact

lastNamestringRequired

Last name of the contact

telstring

Telephone number of the contact

companystring

Company of the contact

addressLine1string

Address line 1 of the contact

addressLine2string

Address line 2 of the contact

citystring

City of the contact

postCodestring

Postcode of the contact

countrystring

Country of the contact

countryCodestring

Country code for the contact

Responses

200
Object

Response attributes

successstring
messagestring
codestring
403
Object
Contact already exists

Response attributes

successstring
messagestring
codestring
403
Object
Invalid email

Response attributes

successstring
messagestring
codestring
403
Object
Missing information

Response attributes

successstring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

Chat CRM

Uome's chat API enables users to communicate with clients through a messaging platform. The API allows users to send messages, documents, media, and actions, providing a rich and dynamic way to manage client relationships. With Uome's chat API, users can have real-time conversations, share information and files, and take actions directly within the platform, eliminating the need for multiple tools and increasing efficiency. The API is designed to be user-friendly, providing a seamless experience for both users and clients. With Uome's chat API, users can improve client relationships and streamline communication, making it easier to do business.

Was this section helpful?

Why you find this section not helpful?

Endpoints

POST
POST
POST
POST
POST
POST
POST
POST
POST
POST
POST
POST
POST
POST
POST
POST
POST
POST

Role for group

The group role API allows users to receive a role for group token which is used to generate messages and documents between two specific users. This information is used to determine the user's permissions and capabilities within the group.

HEADER PARAMETERS

Authorizationstring
Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstringRequired

User JW Token

groupIdstringRequired

Group id from groups collection

Responses
Expand all

200
Object

Response attributes

loginstring
userIdstring
groupstring
groupIdstring
rolestring
activestring
jwTokenstring
403
Object
Not permitted

Response attributes

successstring
messagestring
codestring
403
Object
Invalid token

Response attributes

successstring
messageobject
child attributes
namestring
messagestring
codestring
403
Object
Group does not exist

Response attributes

successstring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

Display avatar

The group list avatar API retrieves profile icons for all members in the chat function. This allows users to easily identify participants and helps to create a visually appealing interface for group conversations.

HEADER PARAMETERS

Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstringRequired

User JW Token

Responses
Expand all

200
Object

Response attributes

groupListarray
child attributes
groupstring
groupIdstring
rolestring
avatarNamestring
avatarstring
secondaryAvatarstring
lastChatUpdateTimestring
lastChatUpdateEpochnumber
lastChatMessagestring
lastChatUserstring
ownerstring
ownerIdstring
sessionUserIdstring
sessionUserNamestring
clientIdstring
clientNamestring
jwTokenstring
403
Object
Invalid token

Response attributes

successstring
messageobject
child attributes
namestring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

Group lists

The group info API retrieves the list of groups and their details such as the name, description, and members associated with the user in the Uome ecosystem. This API provides users with an overview of all the groups they are part of, making it easier to manage and navigate the groups within the app.

HEADER PARAMETERS

Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstringRequired

User JW Token

groupIdstringRequired

Group id from groups collection

Responses
Expand all

200
Object

Response attributes

successstring
messageobject
child attributes
groupstring
groupIdstring
rolestring
avatarNamestring
avatarstring
secondaryAvatarstring
lastChatUpdateTimestring
lastChatUpdateEpochnumber
lastChatMessagestring
lastChatUserstring
ownerstring
ownerIdstring
sessionUserIdstring
sessionUserNamestring
clientIdstring
clientNamestring
codestring
403
Object
Invalid token

Response attributes

successstring
messageobject
child attributes
namestring
messagestring
codestring
403
Object
No access to group

Response attributes

successstring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

FCM token

The chat token API is used to verify the token for the user's access to the chat platform. This ensures secure communication by verifying the identity of the user before allowing them to send messages within the chat.

HEADER PARAMETERS

Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstringRequired

User JW Token

fcmTokenstringRequired

Fcm token from userChatTokens collection

Responses
Expand all

200
Object

Response attributes

successstring
messageobject
child attributes
jwtTokenstring
codestring
403
Object
Invalid token

Response attributes

successstring
messageobject
child attributes
namestring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

Chat history

The chat history API retrieves a record of past messages and conversations for a user. It provides a convenient way for users to view previous interactions in the chat and retrieve important information.

Use skip or limit to return a certain number of messages.

HEADER PARAMETERS

Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstringRequired

Role for group JW Token

sortnumber

Sort order descending

skipinteger

Skip messages already loaded to show next batch

limitinteger

Amount of messages to limit

Responses
Expand all

200
Object

Response attributes

successstring
messageobject
child attributes
_idstring
Groupstring
groupIdstring
Datestring
loginstring
userIdstring
messagestring
Avatarstring
ownerstring
codestring
403
Object
Invalid token

Response attributes

successstring
messageobject
child attributes
namestring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

Chat text

The FCM chat text API enables users to send secure and encrypted text messages within the chat environment. The API uses Firebase Cloud Messaging technology to deliver the messages to the intended recipients.

HEADER PARAMETERS

Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstringRequired

Role for group JW Token

chatobject
child attributes
newMessagestringRequired

Message to be sent

Responses
Expand all

200
Object

Response attributes

successstring
messageobject
child attributes
_idstring
Groupstring
groupIdstring
Datestring
loginstring
userIdstring
messagestring
Avatarstring
ownerstring
codestring
403
Object
Invalid token

Response attributes

successstring
messageobject
child attributes
namestring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

Obtain chat upload url

The obtain upload url API retrieves a secure URL for uploading media files in the chat. The API enables users to send and store images, videos, and other types of media files in the chat.

Read more about uploading files here

HEADER PARAMETERS

Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstringRequired

Role for group JW Token

docNamestringRequired

File name of media

Responses
Expand all

200
Object

Response attributes

successstring
messagestring
codestring
403
Object
Invalid token

Response attributes

successstring
messageobject
child attributes
namestring
messagestring
codestring
403
Object
Unsupported file type

Response attributes

successstring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

Upload chat media

The link content API allows users to upload and share media files such as images and videos in the chat. It helps to provide more context and make communication more engaging for all users involved in the chat.

HEADER PARAMETERS

Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstringRequired

Role for group JW Token

docNamestringRequired

new-fence.mp4

docDescriptionstringRequired

Description of upload

docTypestring
docStatestring
mimeTypestringRequired

File extension

Responses
Expand all

200
Object

Response attributes

successstring
messageobject
child attributes
_idstring
Groupstring
groupIdstring
Datestring
loginstring
userIdstring
messagestring
mediaNamestring
mediaTypestring
Avatarstring
ownerstring
codestring
403
Object
Undefined mimeType

Response attributes

successstring
messagestring
codestring
403
Object
Required field missing

Response attributes

successstring
messagestring
codestring
403
Object
Invalid token

Response attributes

successstring
messageobject
child attributes
namestring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

Get information

The information API is a powerful tool for displaying relevant information in the chat. It enables users to access information about other users, clients, and catalogue items, making it a central hub for all the data necessary for effective communication and collaboration in the chat.

Was this section helpful?

Why you find this section not helpful?

User information

The user info API retrieves information about the group users such as name, profile picture, role and date joined. This information can be used to manage group members and display in the chat.

HEADER PARAMETERS

Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstringRequired

Role for group JW Token

Responses
Expand all

200
Object

Response attributes

successstring
messageobject
child attributes
loginstring
namenull
firstNamestring
lastNamestring
avatarstring
bankNamenull
nameOnAccountstring
bankAccountstring
sortCodestring
addressLine1string
addressLine2string
citystring
countrystring
postCodestring
companystring
companyRegstring
vatNonull
telnull
chargesEnabledboolean
payoutsEnabledboolean
klarnaEnablednull
invoiceCountnumber
quoteCountnumber
userIdstring
countryCodestring
industrySectorstring
purchaseOrderEnabledboolean
plaidEnabledboolean
subscriptionEnabledboolean
pointOfSaleBalancenumber
pointOfSaleSettledCountnumber
pointOfSaleCountnumber
codestring
403
Object
Invalid token

Response attributes

successstring
messageobject
child attributes
namestring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

Client information

The client info API retrieves relevant information about the clients for the group. This information can include the client's contact details, billing information, and any previous interactions with the group.

HEADER PARAMETERS

Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstringRequired

Role for group JW Token

Responses
Expand all

200
Object

Response attributes

successstring
messageobject
child attributes
loginstring
namestring
firstNamestring
lastNamestring
avatarstring
bankNamestring
bankAccountstring
sortCodestring
stripeAccountIdstring
addressstring
addressLine1string
addressLine2string
citystring
countrystring
postCodestring
companystring
companyRegstring
vatNostring
telstring
chargesEnabledboolean
payoutsEnabledboolean
klarnaEnabledstring
invoiceCountnumber
quoteCountnumber
orderCountnumber
userIdstring
countryCodestring
codestring
403
Object
Invalid token

Response attributes

successstring
messageobject
child attributes
namestring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

Payment information

The get user API retrieves information about a specific user in the group, including payment information. This information can be used to manage transactions and payments within the group chat.

HEADER PARAMETERS

Authorizationstring
Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstringRequired

Role for group JW Token

userIdstringRequired

User id from users collection

Responses
Expand all

200
Object

Response attributes

successstring
messageobject
child attributes
loginstring
namestring
firstNamestring
lastNamestring
avatarstring
bankNamestring
nameOnAccountstring
bankAccountstring
sortCodestring
stripeAccountIdstring
addressstring
addressLine1string
addressLine2string
citystring
countrystring
postCodestring
companystring
companyRegstring
vatNostring
telstring
chargesEnabledboolean
payoutsEnabledboolean
klarnaEnabledstring
invoiceCountnumber
quoteCountnumber
userIdstring
countryCodestring
industrySectorstring
purchaseOrderEnabledboolean
plaidEnabledboolean
codestring
403
Object
Invalid token

Response attributes

successstring
messageobject
child attributes
namestring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

Geo location

The geo location API is used to retrieve the client's address and display it in a navigation map app stored on the user's device. This makes it easier for the user to find the client's location and plan their route to the destination.

HEADER PARAMETERS

Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstringRequired

Role for group JW Token

Responses
Expand all

200
Object

Response attributes

successstring
messageobject
child attributes
address_componentsarray
child attributes
0string
formatted_addressstring
geometryobject
child attributes
locationobject
child attributes
latnumber
lngnumber
location_typestring
viewportobject
child attributes
northeastobject
child attributes
latnumber
lngnumber
southwestobject
child attributes
latnumber
lngnumber
partial_matchboolean
place_idstring
plus_codeobject
child attributes
compound_codestring
global_codestring
typesarray
codestring
403
Object
Invalid token

Response attributes

successstring
messageobject
child attributes
namestring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

Catalogue items

The contact catalogue API allows businesses to display all the items in their product catalogue to customers via the chat. This API helps customers initiate purchase orders by selecting items from the catalogue directly in the chat interface.

HEADER PARAMETERS

Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstringRequired

Role for group JW Token

Responses
Expand all

200
Object

Response attributes

successstring
messagearray
child attributes
_idstring
descriptionstring
categorystring
pricenumber
intPricenumber
userIdstring
catalogueIdstring
codestring
403
Object
Invalid token

Response attributes

successstring
messageobject
child attributes
namestring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

Record types

The records API is a feature in the chat system that allows users to view various records within the chat interface, such as quotes, invoices, and orders. This API enables quick and easy access to important information and helps users stay organized and up-to-date with their transactions.

Was this section helpful?

Why you find this section not helpful?

Quote record

The quote record info API retrieves information about quotes for the user, such as the quote description, date, and price, and displays it in chat. This information is used to keep track of the quotes generated for clients and can be accessed easily for reference purposes.

HEADER PARAMETERS

Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstring

Role for group JW Token

paymentIdstring

Quote object from quotes collection

Responses
Expand all

200
Object

Response attributes

successstring
messagearray
child attributes
0array
codestring
403
Object
Invalid token

Response attributes

successstring
messageobject
child attributes
namestring
messagestring
codestring
404
Object
Quote not found

Response attributes

successstring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

Invoice record

The invoice record info API retrieves the necessary information about invoices, such as amount, date, and items, to display in the chat interface. This information helps the user stay organised and up-to-date with their financial transactions.

HEADER PARAMETERS

Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstringRequired

Role for group JW Token

paymentIdstringRequired

Transaction id of invoice in ledgerGroups

Responses
Expand all

200
Object

Response attributes

successstring
messagearray
child attributes
_idstring
idstring
groupIdstring
userIdstring
payeeIdstring
typestring
datestring
namestring
descriptionstring
rulestring
amountnumber
vatAmountnumber
statusstring
itemsarray
child attributes
lastModifiednull
dueDatestring
documentstring
quoteRefstring
originRefstring
referencestring
rolestring
ownerLoginstring
ownerNamestring
ownerFirstNamestring
ownerLastNamestring
ownerAvatarstring
ownerUserIdstring
bankAccountstring
sortCodestring
stripeAccountIdstring
chargesEnabledboolean
payoutsEnabledboolean
klarnaEnabledboolean
addressstring
addressLine1string
addressLine2null
citystring
countrystring
countryCodestring
postCodestring
companystring
companyRegstring
vatNostring
telstring
invoiceCountnumber
quoteCountnumber
groupstring
clientUserIdstring
clientLoginstring
clientNamestring
clientAvatarstring
urlstring
ownerstring
avatarstring
secondaryAvatarstring
sessionUserIdstring
loginstring
firstNamestring
lastNamestring
bankNamenull
codestring
403
Object
Invalid token

Response attributes

successstring
messageobject
child attributes
namestring
messagestring
codestring
404
Object
Invoice not found

Response attributes

successstring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

Order record

The order record Info API retrieves information about an order made by a customer for a specific product or service. This information can include the date of the order, the products or services requested, and the customer's details. The API allows this information to be displayed in the chat for easy reference and management.

HEADER PARAMETERS

Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstring

Role for group JW Token

paymentIdstring

Order object from orders collection table

Responses
Expand all

200
Object

Response attributes

successstring
messagearray
child attributes
0array
codestring
403
Object
Invalid token

Response attributes

successstring
messageobject
child attributes
namestring
messagestring
codestring
404
Object
Order not found

Response attributes

successstring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

Quotes

The Uome Quote API includes endpoints for creating and managing quotes, including the ability to generate quotes, approve quotes, reject quotes, and send reminders. When a client generates a quote, they can use the create quote endpoint to create a quote document that outlines the terms of the proposed financial agreement. The approve quote endpoint allows clients to approve the quote and start the financial agreement. The reject quote endpoint allows clients to reject the quote if it does not meet their needs. The send reminder endpoint allows clients to send reminders to Uome about their quote and keep the quote process moving forward. With the Uome Quote API, clients have full control over their quotes and can easily manage their financial agreements with Uome.

Was this section helpful?

Why you find this section not helpful?

Endpoints

POST
POST
POST
POST
POST

Create quote

The create quote API generates a quote for the client, providing an estimate of the cost and scope of work that will be performed. By using this API, businesses can create professional and detailed quotes that clearly communicate the services they offer, the expected results, and the associated costs. This helps to build trust and credibility with clients, improving the chances of winning new business and building strong relationships.

HEADER PARAMETERS

Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject

The user who is generating the quote

child attributes
jwTokenstringRequired

Role for group JW Token

currencystring

Currency

orderarray

Items in array

child attributes
referencestringRequired

Friendly user reference

dueDatestringRequired

Date when the quote is due

notesstring

User notes for the quote

Responses
Expand all

200
Object

Response attributes

successstring
messagestring
codestring
403
Object
Invalid token

Response attributes

successstring
messageobject
child attributes
namestring
messagestring
codestring
403
Object
Invalid date

Response attributes

successstring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

Approve quote

The approve quote API is used to mark a quote as approved and automatically convert it into an invoice for the client. This API streamlines the invoicing process, allowing clients to quickly and easily approve quotes and move on to the payment stage. By automating this process, businesses can save time and reduce the risk of errors, ensuring that invoices are generated accurately and efficiently.

HEADER PARAMETERS

Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstringRequired

Role for group JW Token

quoteIdstringRequired

Quote object to update

Responses
Expand all

200
Object

Response attributes

successstring
messagestring
codestring
403
Object
Quote already approved

Response attributes

successstring
messagestring
codestring
403
Object
Invalid quote id

Response attributes

successstring
messagestring
codestring
403
Object
No quote id

Response attributes

successstring
messagestring
codestring
403
Object
Invalid token

Response attributes

successstring
messageobject
child attributes
namestring
messagestring
codestring
403
Object
Quote not owned by group

Response attributes

successstring
messageobject
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

Reject quote

The reject quote API enables clients to decline a quote that has been sent to them. By using this API, clients can quickly and easily reject a quote and provide feedback to the business about why it was not suitable for their needs. This helps businesses improve their processes and increase their chances of winning future deals.

HEADER PARAMETERS

Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstringRequired

Role for group JW Token

quoteIdstringRequired

Quote object to update

Responses
Expand all

200
Object

Response attributes

successstring
messagestring
codestring
403
Object
Quote already rejected

Response attributes

successstring
messagestring
codestring
403
Object
Quote is approved

Response attributes

successstring
messagestring
codestring
403
Object
Invalid quote id

Response attributes

successstring
messagestring
codestring
403
Object
Invalid token

Response attributes

successstring
messageobject
child attributes
namestring
messagestring
codestring
403
Object
Quote not owned by group

Response attributes

successstring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

Send reminder

The send quote reminder API allows businesses to send a one-off reminder to clients who have received a quote but have not yet approved or rejected it. This helps to follow up on outstanding quotes and keep the sales process moving forward, ensuring that quotes are not forgotten and helping businesses close more deals.

HEADER PARAMETERS

Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstringRequired

Role for group JW Token

paymentIdstringRequired

Quote object to send reminder

Responses
Expand all

200
Object

Response attributes

successstring
messagestring
codestring
403
Object
Invalid quote id

Response attributes

successstring
messagestring
codestring
403
Object
Invalid token

Response attributes

successstring
messageobject
child attributes
namestring
messagestring
codestring
403
Object
Quote not owned by group

Response attributes

successstring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

List all quotes

The get quotes API allows users to retrieve the quotes they have generated and stored within the system, filtered by month and year. This feature provides users with quick access to the quotes they need, making it easier to track quotes and their status over time.

HEADER PARAMETERS

Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstringRequired

User JW Token

currentDatestringRequired

Date of quotes to return in certain month

Responses
Expand all

200
Object

Response attributes

successstring
messagearray
child attributes
idstring
groupstring
groupIdstring
typestring
datestring
dueDatestring
namestring
descriptionstring
amountnumber
itemsarray
child attributes
rulestring
mimeTypestring
documentstring
urlstring
quoteRefnull
statusstring
avatarstring
secondaryAvatarstring
rolestring
ownerstring
userIdstring
payeeIdstring
sessionUserIdstring
referencestring
codestring
403
Object
Invalid date

Response attributes

successstring
messagestring
codestring
403
Object
Invalid token

Response attributes

successstring
messageobject
child attributes
namestring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

Invoices

Uome's invoice API enables users to bill clients, cancel invoices, send reminders, and manually settle invoices. The API provides a comprehensive solution for invoicing, allowing users to manage the entire process, from billing to settlement, with ease and efficiency, improving cash flow and streamlining financial operations.

Was this section helpful?

Why you find this section not helpful?

Endpoints

POST
POST
POST
POST
POST
POST
POST

Create invoice

The create invoice API is used to generate invoices in an automated manner. It takes the necessary information, such as the client's details and the items or services being invoiced, and creates a professional, formatted invoice that can be sent to the client.

HEADER PARAMETERS

Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstringRequired

Role for group JW Token

currencystringRequired

Currency

orderarray
child attributes
referencestring

Friendly reference

dueDatestring

Date when invoice is due

notesstring

Additional notes

Responses
Expand all

200
Object

Response attributes

successstring
messagestring
codestring
403
Object
Invalid token

Response attributes

successstring
messageobject
child attributes
namestring
messagestring
codestring
403
Object
Invalid date

Response attributes

successstring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

Send reminder

The send invoice reminder API can be used to send a one-off reminder to a client with an outstanding invoice. This allows businesses to manually trigger a reminder, in addition to any automated reminders that may already be in place, helping to ensure prompt payment and reduce the amount of time spent following up on overdue invoices.

HEADER PARAMETERS

Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstringRequired

Role for group JW Token

paymentIdstringRequired

Transaction id of invoice

Responses
Expand all

200
Object

Response attributes

successstring
messagestring
codestring
403
Object
Invalid token

Response attributes

successstring
messageobject
child attributes
namestring
messagestring
codestring
403
Object
Transaction id not found

Response attributes

successstring
messagestring
codestring
403
Object
No ledger transaction id

Response attributes

successstring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

Address request

The address request API triggers an email to the client if their address is not on file for invoice generation. The API requests the client's updated address information to ensure the accuracy of invoice generation.

HEADER PARAMETERS

Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstringRequired

Role for group JW Token

Responses
Expand all

200
Object

Response attributes

successstring
messagestring
codestring
403
Object
Invalid token

Response attributes

successstring
messageobject
child attributes
namestring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

Mark as paid

The mark as paid API allows users to manually settle an invoice transaction by updating the ledger to reflect that the invoice has been paid. This API is often used when payment is made outside of the system and the user wants to manually update the status of the invoice.

HEADER PARAMETERS

Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstringRequired

Role for group JW Token

transactionIdstringRequired

Ledger object to update

Responses
Expand all

200
Object

Response attributes

successstring
messagestring
codestring
403
Object
Already settled

Response attributes

successstring
messagestring
codestring
403
Object
Invalid token

Response attributes

successstring
messageobject
child attributes
namestring
messagestring
codestring
403
Object
No ledger transaction id

Response attributes

successstring
messagestring
codestring
403
Object
Transaction id not found

Response attributes

successstring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

Cancel transaction

The cancelTransaction API allows a user to cancel an invoice by reversing the transaction and updating the ledger. It enables businesses to correct mistakes and manage their finances effectively in the Uome ecosystem.

HEADER PARAMETERS

Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstringRequired

Role for group JW Token

transactionIdstringRequired

Ledger object to update

Responses
Expand all

200
Object

Response attributes

successstring
messagestring
codestring
403
Object
Already settled

Response attributes

successstring
messagestring
codestring
403
Object
Invalid token

Response attributes

successstring
messageobject
child attributes
namestring
messagestring
codestring
403
Object
No ledger transaction id

Response attributes

successstring
messagestring
codestring
403
Object
Transaction id not found

Response attributes

successstring
messagestring
codestring
403
Object
Already cancelled

Response attributes

successstring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

List all invoices

The get invoices API allows the user to retrieve invoices generated in the Uome ecosystem, with the ability to sort the results by date. This API provides a convenient way to access and view past invoices and their related information.

HEADER PARAMETERS

Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstringRequired

User JW Token

currentDatestringRequired

Date of invoices to return in certain month

Responses
Expand all

200
Object
Invalid date

Response attributes

successstring
messagearray
child attributes
idstring
groupstring
groupIdstring
typestring
datestring
dueDatestring
namestring
descriptionstring
amountnumber
itemsarray
child attributes
rulestring
mimeTypestring
documentstring
urlstring
quoteRefnull
statusstring
avatarstring
secondaryAvatarstring
rolestring
ownerstring
userIdstring
payeeIdstring
sessionUserIdstring
referencestring
codestring
403
Object
Invalid date

Response attributes

successstring
messageobject
codestring
403
Object
Invalid token

Response attributes

successstring
messageobject
child attributes
namestring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

Related expenses

The expenses invoice API allows users to view and manage expenses related to a specific invoice. This can be helpful in tracking expenses, reviewing costs, and ensuring accurate accounting.

HEADER PARAMETERS

Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstringRequired

Role for group JW Token

transactionIdstringRequired

Ledger object to retrieve information

Responses
Expand all

200
Object

Response attributes

successstring
messagearray
child attributes
_idstring
supplierstring
descriptionstring
categorystring
receiptDatestring
statusstring
amountnumber
intAmountnumber
vatnumber
intVatnumber
transactionIdstring
documentstring
originRefstring
userIdstring
groupIdstring
payeeIdstring
invoiceRefstring
expenseRefstring
lastModifiedstring
expenseIdstring
urlstring
codestring
403
Object
Invalid token

Response attributes

successstring
messageobject
child attributes
namestring
messagestring
codestring
403
Object
No ledger transaction id

Response attributes

successstring
messagestring
codestring
403
Object
Transaction id not found

Response attributes

successstring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

Orders

Uome's purchase order API enables clients to make orders directly to the business user with built-in approval flows. The API streamlines the ordering process, allowing clients to place orders and receive approvals in a timely and efficient manner, while also providing the necessary transparency and accountability to manage the procurement process effectively.

Was this section helpful?

Why you find this section not helpful?

Endpoints

POST
POST
POST
POST

Create order

The create order API enables customers to place an order with a business. It creates a purchase order request that includes details of the items and their quantity requested by the customer.

HEADER PARAMETERS

Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstringRequired

Role for group JW Token

currencystringRequired

Currency

orderarray
child attributes
referencestring
dueDatestring

Date when order is due

notesstring

Additional notes

Responses
Expand all

200
Object

Response attributes

successstring
messagestring
codestring
403
Object
Invalid token

Response attributes

successstring
messageobject
child attributes
namestring
messagestring
codestring
403
Object
Invalid date

Response attributes

successstring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

Approve order

The approve order API is used by businesses to accept purchase orders from customers. It marks the order as approved, generates an invoice and updates the ledger with the transaction information.

HEADER PARAMETERS

Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstringRequired

Role for group JW Token

orderIdstringRequired

Order object to update

Responses
Expand all

200
Object

Response attributes

successstring
messagestring
codestring
403
Object
Already approved

Response attributes

successstring
messagestring
codestring
403
Object
Cancelled order

Response attributes

successstring
messagestring
codestring
403
Object
Invalid token

Response attributes

successstring
messageobject
child attributes
namestring
messagestring
codestring
403
Object
Order does not exist

Response attributes

successstring
messagestring
codestring
403
Object
Missing order id

Response attributes

successstring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

Reject order

The reject order API enables a business to decline an incoming purchase order request from a customer. This API marks the order as rejected, stopping any further processing towards its approval.

HEADER PARAMETERS

Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstringRequired

Role for group JW Token

orderIdstringRequired

Order object to update

Responses
Expand all

200
Object

Response attributes

successstring
messagestring
codestring
403
Object
Already approved

Response attributes

successstring
messagestring
codestring
403
Object
Cancelled order

Response attributes

successstring
messagestring
codestring
403
Object
Invalid token

Response attributes

successstring
messageobject
child attributes
namestring
messagestring
codestring
403
Object
Order does not exist

Response attributes

successstring
messagestring
codestring
403
Object
Missing order id

Response attributes

successstring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

Send reminder

The reminder order API allows customers to send reminders about outstanding orders to the business. This helps ensure that the business is aware of the new order and any required actions, such as making payment or confirming the order details.

HEADER PARAMETERS

Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstringRequired

Role for group JW Token

paymentIdstringRequired

Order object to send reminder

Responses
Expand all

200
Object

Response attributes

successstring
messagestring
codestring
403
Object
Invalid order id

Response attributes

successstring
messagestring
codestring
403
Object
Invalid token

Response attributes

successstring
messageobject
child attributes
namestring
messagestring
codestring
403
Object
No order id

Response attributes

successstring
messagestring
codestring
Was this section helpful?

Why you find this section not helpful?

Base URL

1

POS

The POS (Point of Sale) API is a key component of the Uome ecosystem which allows users to generate transactions and accept quick in-person payments from clients. This API integrates with the user's existing payment system and provides real-time transactions for efficient checkout processes. By using the POS API, users can streamline the payment process and reduce the time required for manual transactions, improving overall business efficiency.

Was this section helpful?

Why you find this section not helpful?

Endpoints

POST
POST
POST
POST
POST
POST

Create POS

The create POS API allows users to create a record for a point of sale (POS) transaction, enabling them to quickly and efficiently process in-person payments. This API allows users to enter the details of a transaction and generate a receipt or record for future reference.

HEADER PARAMETERS

Content-Typestring

application/json

BODY PARAMETERS
Expand all

uomeApiKeystringRequired

Secret key to perform Uome API request

userobject
child attributes
jwTokenstringRequired

User JW Token

currencystringRequired

Currency

orderarray

Items in array

child attributes

Responses

200
Object
Was this section helpful?

Why you find this section not helpful?

Base URL