Logo
Profit.co's Public API Documentation

Get an OKR By Id API

GET https://api.profit.co/app/dao/v6/objective?a=getById&objectiveId=<OBJECTIVE_ID>&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>

To get the objective and its key results by objective id.

 

Body PARAM

Key Datatype Required Description 
a
string action type
objectiveId
string Required: Unique Id of the OKR
apiKey
string Required: API key of your Profit.co Account
accessKey
string Required: Access key of your Profit.co Account



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X GET 'https://api.profit.co/app/dao/v6/objective?a=getById&objectiveId=<OBJECTIVE_ID>&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>?a=getById&objectiveId=<OBJECTIVE_ID>&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>'

ENDPOINTS