Expand my Community achievements bar.

SOLVED

404 received in Fetch Profile API

Avatar

Level 1

Hi All,

I am trying to get the profile attributes of a user by using the Fetch Profile API.

Target API v1.0

But, the repsonse I receive is {"status":404,"message":"Profile not found: <your-tnt-id>"}.

Is there any setting that need to be enabled for using the API?

Thanks in advance,

Neetu

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi Neetu,

This is probably because you are checking a profile that was just created. The profile fetch API has ~30 minute latency before you'll see it showing up. If you try that same ID again you'll probably get the JSON response you are expecting.

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

Hi Neetu,

This is probably because you are checking a profile that was just created. The profile fetch API has ~30 minute latency before you'll see it showing up. If you try that same ID again you'll probably get the JSON response you are expecting.