Unified API specification for all Yuki Platform services. This specification includes 5 APIs with 15 total endpoints.
- Server 1:https://apirest.yukiworks.com/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 carries a portal-id claim, and the portal it identifies must match the portal in the route. 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.