action probely_post_enterprise_auth_obtain { label: "Enterprise user authentication" description: "The received token should be used for authenticated requests by including in the Authorization header as `Authorization: JWT `.\n" provider: probely method: POST path: "/enterprise/auth/obtain/" encoding: json output: { type: "object" additionalProperties: true } }