Skip to main content
GET
/
v1
/
projects
/
by-api-key
Get a project by API key
curl --request GET \
  --url https://api.tryhamsa.com/v1/projects/by-api-key \
  --header 'Authorization: <api-key>'
{
  "success": false,
  "message": "success",
  "data": {
    "id": "<string>",
    "name": "<string>",
    "deletedAt": "2023-11-07T05:31:56Z",
    "deletedBy": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updteAt": "2023-11-07T05:31:56Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.tryhamsa.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Pass the API key in the Authorization header, You need to put Token keyword before the API key. e.g. 'Authorization: Token '

Response

Successful response

success
boolean
default:false
message
string
default:success
data
object