POST api/Account/Profile

Verify if the token sent in the Authorization header is valid end get profile.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

- 200 OK: Datos del perfil. - 401 Unauthorized: Token no autorizado. - 500 Internal Server Error: Error inesperado del servidor.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.