Get Share Requests
https://app.fossa.com/api/v1/share-requestsGet a list of share requests created by the caller's organization. This lists all SBOM revisions that have been shared with other organizations.
Query parameters
projectLocatorstringFilter share requests by project locator
Responses
200A list of share requests created by the caller's organization.shareRequestsobject[]originRevisionIdstringThe ID of the revision that was shared
originProjectLocatorstringThe locator of the project that was shared
projectTitlestringThe title of the project that was shared
sharedOrganizationIdinteger <int64>The ID of the shared organization record
sharedAtstring <date-time>The timestamp when the share was created
receivingOrganizationNamestringThe name of the organization that received the share
401UnauthorizeduuidstringUnique identifier associated with the error
codeintegerfossa specific error code
messagestringmessage associated with this error
namestringname of the error
httpStatusCodeintegerhttp status code number
403ForbiddenuuidstringUnique identifier associated with the error
codeintegerfossa specific error code
messagestringmessage associated with this error
namestringname of the error
httpStatusCodeintegerhttp status code number
500Server ErroruuidstringUnique identifier associated with the error
codeintegerfossa specific error code
messagestringmessage associated with this error
namestringname of the error
httpStatusCodeintegerhttp status code number
Try this endpoint
Build a request and run it against app.fossa.com.
Stored in this browser for 24 hours. Try It uses a docs proxy for CORS and does not store tokens server-side.
GET https://app.fossa.com/api/v1/share-requestscurl --request GET \ --url 'https://app.fossa.com/api/v1/share-requests' \ --header 'accept: application/json' \ --header 'authorization: Bearer YOUR_API_TOKEN'Real request. Mutating methods can change data.
Query params
projectLocatorstringFilter share requests by project locator