get https://api.env0.com/modules
Returns all modules associated with an organization.
Log in to see full request history
Response
Returns all modules associated with an organization.
xxxxxxxxxx
curl --request GET \
--url https://api.env0.com/modules \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
41]
[
{
"id": "string",
"organizationId": "string",
"author": {
"email": "string",
"user_id": "string",
"created_at": "string",
"app_metadata": {},
"picture": "string",
"name": "string",
"last_login": "string",
"given_name": "string",
"family_name": "string"
},
"moduleName": "string",
"moduleProvider": "string",
"moduleTestEnabled": true,
"repository": "string",
"description": "string",
"tokenId": "string",
"tokenName": "string",
"githubInstallationId": 0,
"bitbucketClientKey": "string",
"isGitLab": true,