Retrieve company
Retrieve current company
Retrieve the user's current company
Authorizations
AuthorizationstringRequired
Token-based authentication with required prefix "Token"
Responses
200Success
application/json
namestringRequiredDefault:
The Shirewebsite_urlstringOptionalDefault:
https://50skills.theshire.comlogostring · uriOptionalDefault:
https://s3-eu-west-1.amazonaws.com/50-journeys-static/public/jZxwxtwl/logo/theshire-logo.png401
Unauthorized
404
Not found
get
v1/company/import requests
response = requests.get(
"https://journeys-api.50skills.app/v1/company/",
)
print(response.json()) Request samples
Response samples
Last updated