.dev
REST APIAPI Reference

App User

GET
/v1/apps/{id}/user-data/me

Path Parameters

id*string

Response Body

curl -X GET "https://example.com/v1/apps/string/user-data/me"
PUT
/v1/apps/{id}/user-data/me

Path Parameters

id*string

Response Body

curl -X PUT "https://example.com/v1/apps/string/user-data/me"
GET
/v1/apps/{id}/user-data/users/{userId}

Path Parameters

id*string
userId*string

Response Body

curl -X GET "https://example.com/v1/apps/string/user-data/users/string"
PUT
/v1/apps/{id}/user-data/users/{userId}

Path Parameters

id*string
userId*string

Response Body

curl -X PUT "https://example.com/v1/apps/string/user-data/users/string"