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

organizationstring uri required

URL to the organization to which the token will have access.

Example request

{
  "organization": "https://example.rossum.app/api/v1/organizations/406"
}

Response

OK

keystring

Authorization token belonging to requested organization.

organizationstring uri

Organization URL.

Example response

{
  "key": "b6dde6e6280c697bc4afac7f920c5cee8c9c9t7d",
  "organization": "https://example.rossum.app/api/v1/organizations/406"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.