➕Registering a marketplace

Learn how to register as a market place service

To start consuming inventory data, you will need to first register as a marketplace application in Nexudus and publish it so other Nexudus customers can enable in their accounts.

To register as a Marketplace application you will first need a Nexudus account. If you don't yet have, contact [email protected] to get one.

Once you have a Nexudus account, head to Settings > Marketplaces > Manage your Marketplaces.

Click on "Register as a marketplace" to open the new registration form. You will be asked the following details:

FieldDescription
NameThis is how other Nexudus customers will see your application listed as.
Short descriptionDescribe your service in a few words
DescriptionOptional but recommended to give Nexudus customers a clear description of what you offer and how you will use their data
LogoA square logo to be shown in the list of marketplaces
Support emailAn email address we will share with other Nexudus customers in case they need to contact you.
Email notificationsA contact email we will use in case of any technical questions about your service and the way you connect to us.
Webhook URLAn API endpoint in your service where we will send real time notifications about inventory changes, new, changed or cancelled bookings.

It must always return application/json content-type and 200 HTTP status result.

❗️

No need to publish it!

You should not publish your application just yet. You will still be able to access its feed API endpoint for your own Nexudus account to help you build the integration with your service.

Once you have completed all details, click "Save changes". This will show a new section in the form with your unique API feed endpoint and a Bearer token you will need to authenticate. Keep it safe and treat it as a password

1315