Projects

Notes

Expert level

The API key should be sent as a Bearer token in the Authorization header of the request. Get your API key.

List

Expert level

				
					https://app.semerge.com/api/v1/projects
				
			

Request example:

				
					curl --location --request GET 'https://app.semerge.com/api/v1/projects' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
				
			

Delete

Expert level

API endpoint:

				
					https://app.semerge.com/api/v1/projects/{project}
				
			

Request example:

				
					curl --location --request DELETE 'https://app.semerge.com/api/v1/projects/{project}' \
--header 'Authorization: Bearer {api_key}'