Get the organisation
Returns the organisation that owns the supplied API key.
Request #
curl --request GET 'https://api.strave.gg/v1/organisation' \
--header 'Authorization: Bearer $STRAVE_API_KEY'Response #
200Response for status 200401Response for status 401404Response for status 404429Response for status 429500Response for status 500| Property | Type | Description |
|---|---|---|
data | objectRequired | - |
└id | stringRequired | - |
└name | stringRequired | - |
└slug | stringRequired | - |
└logoUrl | string | nullRequired | - |
└description | string | nullRequired | - |
└socials | objectRequired | - |