Public API Reference
Public API details and usage examples for the Members Portal
Returns details for a specific business in the passport network.
cURL
curl --request GET \ --url https://spaces.nexudus.com/api/passport/business \ --header 'Authorization: Basic <encoded-value>'
GET /api/passport/business?businessId=5
import endpoints from '@/api/endpoints' const response = await httpClient.get(endpoints.passport.details(5))