Retrieve current company
import requests response = requests.get( "https://journeys-api.50skills.app/v1/company/", ) print(response.json())
{ "name":"The Shire", "websiteUrl":"https://theshire.50skills.com", "logo":"https://s3-eu-west-1.amazonaws.com/50-journeys-static/public/jZzwxywD/logo/theshire-logo.png" }
Last updated 1 year ago
Retrieve the user's current company
{ "name": "The Shire", "website_url": "https://50skills.theshire.com", "logo": "https://s3-eu-west-1.amazonaws.com/50-journeys-static/public/jZxwxtwl/logo/theshire-logo.png" }