Unified API specification for all Yuki Platform services. This specification includes 5 APIs with 15 total endpoints.
- Server 1:https://apirest.yukiworks.be/api/v1
bearerAuth (http)
Provide your bearer token in the Authorization header when making requests to protected resources.
Example: Authorization: Bearer 123
vismaConnectPortalUser (oauth2)
Visma Connect token belonging to a Portal User - an employee of an accounting portal. The token’s tenant must be a portal; the API resolves it to the caller’s portal. The portal in the route must be that portal or one of the caller’s master-accountant portals. Unless an endpoint says otherwise, the caller’s roles are resolved against the portal.
vismaConnectDomainUser (oauth2)
Visma Connect token belonging to a Domain User - a user in a domain with access to one or more companies. The company the token was issued for must match the company-id in the route. The caller’s roles are resolved in that company’s domain.