Skip to main content

Authentication

This endpoint requires bearer token authentication.

Headers

string
required
Your bearer token in the format Bearer <token>.
string
required
The email address of the user whose associated labs should be returned.Must exactly match the email address used to log in to the SpecCheck Dashboard.

Returns

Returns an object with a data array of labs for the user identified by the User-Email header. If there are no labs, data is an empty array.
array of Lab Object