πŸ‘₯Users

The user profile endpoint

This users endpoint allows you to retrieve data about Digitomize's users.

You can get the following data about a Digitomize user:

  • personal details

  • social links

  • ratings

  • github

Retrieve user data

GET https://www.v2api.digitomize.com /user/signup

This endpoint allows you to create a new user in the Digitomize platform

Path Parameters

Name
Type
Description

username*

String

Digitomize username

{
    "message":"User not found",
    "error":"User not found"
}

For example,

The request URL is https://www.v2api.digitomize.com/user/profile/priyanshutrivedi818

The response will be:

Feel free to use this API. If you have any issues, you can raise it in our Discord channel.

Last updated