Organization
Generate organization token
Generate token for access to membership and primary organizations. If the user is a group administrator, token can be generated for any organization in his organization group.
post/api/v1/auth/membership_token
Request body
Example request
{
"organization": "https://example.rossum.app/api/v1/organizations/406"
}Response
OK
Example response
{
"key": "b6dde6e6280c697bc4afac7f920c5cee8c9c9t7d",
"organization": "https://example.rossum.app/api/v1/organizations/406"
}