Skip to content

Latest commit

 

History

History
38 lines (36 loc) · 704 Bytes

profile.md

File metadata and controls

38 lines (36 loc) · 704 Bytes

/auth/profile

This endpoint provides details of the authenticated profile.

GET://auth/profile

This request is used to deliver the location of the authenticated profile as a method of convenience only.

Request

Headers

{
    "Authentication": {
        "summary": "The client authentication",
        "type": "String",
        "pattern": "<token_type> <access_token>"
    }
}

Body

Response

Headers

{
    "Status Code": {
        "summary": "303 See Other",
        "type": "Number",
        "value": 303
    },
    "Location": {
        "summary": "The location of the profile resource",
        "type": "URI"
    }
}

Body