Skip to main content
GET
https://api.folkyn.com
/
api
/
v1
/
project-codes
/
{id}
Retrieve Project Code
curl --request GET \
  --url https://api.folkyn.com/api/v1/project-codes/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "missions": [
      {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "name": "<string>",
        "freelancer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
      }
    ],
    "external_id": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://doc.folkyn.com/llms.txt

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

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <your_api_key>

Path Parameters

id
string<uuid>
required

Response

Success

data
object