Projects

List all projects using API key authentication

get

Retrieves all projects using API key authentication instead of JWT

Authorizations
x-api-keystringRequired
Responses
chevron-right
200

Projects retrieved successfully

application/json
get
/api/v1/projects/xapi-list-all

Get project versions using API key authentication

post

Retrieves all versions for a project using API key authentication instead of JWT

Authorizations
x-api-keystringRequired
Body
projectIdstringOptional

ID of the project to fetch versions for

organizationIdstringOptional

ID of the organization

Responses
chevron-right
200

Project versions retrieved successfully

application/json
post
/api/v1/graph/xapi-project-versions

Last updated