GET /api/profiles
Retrieve community member profiles from the talent and skills directory.Query Parameters
No query parameters required. Returns all profiles.Response Format
string
required
Status of the API response (“success” or “error”)
number
required
Total number of profiles returned
object
required
Container for the profiles data
array
required
Array of profile objects
string
Unique profile identifier
string
Person’s full name
string
Primary skill or profession
string
Profile status (e.g., “active”, “seeking work”)
string
Location within Dzaleka
string
Skill category
string
Experience level (beginner, intermediate, expert)
string
URL to profile image
string
Contact email
string
Contact phone number
string
Brief profile description
Example Request
Example Response
POST /api/profiles
Submit profile data with optional metadata.Headers
Content-Type: application/json(required)
Request Body
object
Optional metadata about the request context
Response
Returns the same format as GET with additional metadata if provided.Related Endpoints
Talents API
Browse talent groups and categories
Jobs API
View employment opportunities